Skip to content

kungfux/jira-issue-expert

Repository files navigation

Introduction

IssueExpert for JIRA is a browser extension that adds extra functionality to JIRA for operating with issues.

Note: Currently supported JIRA version is 9.4.0 only!

Features

Check out demo section to see it in action.

  • Copy issue link, number, summary to clipboard

Install

Add an extension to your favorite browser by visiting extensions store

Note for Firefox users

Make sure to allow the extension to access website:

  • Navigate to JIRA instance site
  • Click the extensions icon
  • Click gear icon
  • Click Always Allow on *.issueexpert.com

asd

Build and test locally

  • Install Node.js (LTS version)
  • Run following commands from project's root directory to build extension
$ npm install # Restore project dependencies
$ npm run build:chrome # Build extension for Chrome
$ npm run build:firefox # Build extension for Firefox
  • Run following commands to debug extension
$ npm run watch:chrome
$ npm run watch:firefox
  • Follow these articles to load unpacked extension from dist folder into your browser

License information

Demo

Copy issue number  

About

Browser extension that adds extra functionality to JIRA for operating with issues.

Resources

License

Contributing

Stars

Watchers

Forks