ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Jira

by mix86 ST3

Sublime Text 3 plugin for integration with Atlassian Jira

Details

  • 0.1.4
  • github.​com
  • github.​com
  • 11 years ago
  • 46 minutes ago
  • 11 years ago

Installs

  • Total 5K
  • Win 2K
  • Mac 2K
  • Linux 978
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeJira

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

Features

  • Create, view and update issues using Sublime Text only
  • Integraton with any Jira instance (version >= 5)

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:

  • Get issue – prompt issue key and show it in a new tab
  • Update issue – save changes
  • Create issue – prompt project key, summary, create new issue and open show it in new tab

and some two-pass shortcuts: * cmd + option + j, cmd + option + i – get issue * cmd + option + j, cmd + option + u – update issue * cmd + option + j, cmd + option + n – create new issue

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