Quality of life changes to JIRA
- Epic links: Adds links to the epic titles in the board.
- Styling: Adds some styling to the JIRA board
- Spacing to the expand button for epics
- Coming soon: Enable/disable specific styling changes
- Git branch parent keys: Adds parent issue keys to the git branch creation copy value. E.g. "FEAT-1234/FEAT-4325"
Download the repo
# With github CLI
$ gh repo clone arcuo/jira-plus
# with git https
$ git clone https://github.com/arcuo/jira-plus.git
Build the project
$ cd jira-plus
$ pnpm install --frozen-lockfile
$ pnpm build
Load the extension in chrome by going to chrome://extensions/
. Set Developer mode true. Then click "Load unpacked" and navigate to ../jira-plus/build
folder and select.
You can enable the settings from the popup in the extension.
Links for firefox and chrome coming soon
First make sure that manifest V3 is available (see more here)
The developer preview of Manifest V3 is available in Firefox 101. However, to test your extensions you need to turn on the MV3 features. To do this, go to about:config and:
Set extensions.manifestV3.enabled to true. Set xpinstall.signatures.required to false. You can now install MV3 extensions from about:debugging.
Download the repo
# With github CLI
$ gh repo clone arcuo/jira-plus
# with git https
$ git clone https://github.com/arcuo/jira-plus.git
Use web-ext to run the extension
$ npm install --global web-ext
# or
$ pnpm global add web-ext
Load the extension in chrome by going to chrome://extensions/
Suggestions and pull requests are welcomed!
This project was bootstrapped with Chrome Extension CLI