arcuo / jira-plus

Quality of life changes to JIRA via a Chrome extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

     

npm version

Quality of life changes to JIRA

Features

  • 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"

Manual install (Chrome)

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.

Usage

You can enable the settings from the popup in the extension.

Install

Links for firefox and chrome coming soon

Manual install (Firefox)

NOTE: Not working currently

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/

Contribution

Suggestions and pull requests are welcomed!


This project was bootstrapped with Chrome Extension CLI

About

Quality of life changes to JIRA via a Chrome extension


Languages

Language:TypeScript 37.5%Language:Python 25.7%Language:JavaScript 14.5%Language:SCSS 11.0%Language:HTML 10.4%Language:Shell 0.8%