mix86 / SublimeJira

Sublime Text 3 plugin for integration with Atlassian Jira
30 stars 16 forks source link

SublimeJira

SublimeJira lets you view update and create Jira tickets from the comfort of your favorite editor.

Features

Installing

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

Usage

The plugin adds command palette three items:

and some two-pass shortcuts:

Configure

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"
}