SublimeJira lets you view update and create Jira tickets from the comfort of your favorite editor.
With the Package Control plugin: The easiest way to install SublimeJira is through Package Control, which can be found at http://wbond.net/sublime_packages/package_control
The plugin adds command palette three items:
and some two-pass shortcuts:
Go to "Preferences => Package Settings => Sublime Jira => Settings – User" and paste some like this:
{
"jira_server": "https://yourdomain.atlassian.net",
"jira_login": "username",
"jira_password": "password",
"jira_default_project": "YOURPROJECT"
}