PHP and JS task relations with JIRA issue tracker for Sublime Text 3.
- Open the
Sublime Text
editor, go toPreferences
=>Browse Packages...
and open theUser
directory in opened window. - Put the
*.py
file into theUser
catalog. - Go to
Preferences
=>Key Bindings - User
and 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_comments
settings 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
*/