Skip to content

Chrome plugin that replaces jira issue keys in github PR titles to links

Notifications You must be signed in to change notification settings

appbooster/chrome-plugin-link-to-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github to Jira chrome plugin

Chrome plugin that replaces all jira issue keys in github PR title to links to that issues:

Before:

After

How to install

  • Download .crx file from the latest release
  • Open chrome://extensions
  • Drag-n-drop downloaded file to the extensions list

Releases

Plugin releases hosted on github. To create new release bump plugin version in manifest.json and push changes to github. After that create package files

Chrome

  • Open url chrome://extensions/ and turn on developer mode.
  • Select "Pack extension"
  • Choose path to your extension in "Extension root directory"
  • Choose path to the *.pem private key in "Private key file (optional)"
  • Create crx package

Firefox

  • Open plugin directory in terminal
  • Run command zip -r -FS ../github-jira.xpi *

// TODO: add instruction to release signed xpi

About

Chrome plugin that replaces jira issue keys in github PR titles to links

Resources

Stars

Watchers

Forks

Packages

No packages published