PHP and JS task relations with JIRA issue tracker for Sublime Text 3.
- Open the
Sublime Texteditor, go toPreferences=>Browse Packages...and open theUserdirectory in opened window. - Put the
*.pyfile into theUsercatalog. - Go to
Preferences=>Key Bindings - Userand add the following line to file:
{"keys": ["super+t"], "command": "ask_task_id"}- Go to
Preferences=>Settings - User, and set the username and password from your account in JIRA inpropeople_task_commentssettings block.
Press your keyboard shortcut, enter the task ID from JIRA (e.g. COWI-37) and see the result.
/**
* COWI - Upload FB share to Live server
*
* @copyright Propeople Ukraine, July 22, 2014
* @author Sergey Bondarenko <broken@propeople.com.ua>
* @link http://jira.propeople.com.ua/browse/COWI-37
*/