Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.7 KB

JIRA Linker

This is a GitHub extension that will automatically link back to your private JIRA instance!

The JIRA Linker will linkify anywhere it finds text in GitHub that looks like a JIRA ticket, including the issues overview page, issue descriptions, issue titles, pull requests... basically anywhere! You can configure the matching patterns during setup.

Installation

  1. install Tampermonkey
  2. create a new script via the extension once it's installed
  3. copy/paste this code to your new script
  4. save the script
  5. refresh GitHub
  6. follow the form in the lower-left-hand part of the screen

Pro Tips

If you ever want to edit this form you can click "JIRA Linker Settings" in your profile dropdown menu (at the extreme top right, in GitHub) between "Settings" and "Sign Out". Also, you can clear localStorage, which will prompt the initial config form to appear again.

Credit

Thanks to jchv for starting this script. It's quite the time saver!