Extension opens JIRA issue in new tab. User needs only to insert issue key.
It is useful for developers, analysts or testers who often need to open JIRA issue using its key.
- Install last version from Google Store
or
- Download source code from GitHub and load extension manually
Any questions or comments are welcome! You can write me an e-mail on [email protected] or leave a comment on this page.
Source code and issue reporting is available at GitHub: https://github.com/iriiiina/JIRA-Issue-Opener
Basically extension simply adds your issue key to specified URL and opens it in new tab:
URL/browse/KEY
Where URL
is parameter, that user should specify in Options page (only one time after installation) and KEY
is issue key that user inserts into extension field.
Features
KEY
is case insensitive- All spaces in the beginning and in the end will be trimmed
- Skype formatting will be trimmed:
[16.09.2014 13:34:34] Irina Ivanova: KEY-776
will be recognized asKEY-776
- If key contains only numbers it will be prepended with PROJECT option
You can configure hot keys for extension in the Google Chrome:
- open the extensions tab -
chrome://extensions
- link "Configure commands" at the bottom
- choose an extension and type a shortcut
Now You can use it completely without a mouse!
- January 5, 2015 Getting Started With FireFox Extensions
- September 17, 2014 JIRA Issue Opener v1.1
- September 12, 2014 JIRA Issue Opener v1.0