Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kungfux/jira-issue-expert
Browser extension that adds extra functionality to JIRA for operating with issues.
https://github.com/kungfux/jira-issue-expert
Last synced: about 1 month ago
JSON representation
Browser extension that adds extra functionality to JIRA for operating with issues.
- Host: GitHub
- URL: https://github.com/kungfux/jira-issue-expert
- Owner: kungfux
- License: mit
- Created: 2023-04-10T00:57:31.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-15T19:47:00.000Z (about 1 year ago)
- Last Synced: 2023-10-17T13:31:41.399Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](#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
[![](docs/get_addon_firefox.png)](https://addons.mozilla.org/en-US/firefox/addon/issueexpert-for-jira/) [![](docs/get_addon_chrome.png)](https://chrome.google.com/webstore/detail/issueexpert-for-jira/fdpnlhakdaikopniehgchiagamknknom)
## 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](docs/firefox_permissions.png)
# Build and test locally
- Install [Node.js](https://nodejs.org/) (LTS version)
- Run following commands from project's root directory to build extension```bash
$ 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
```bash
$ npm run watch:chrome
$ npm run watch:firefox
```- Follow these articles to load unpacked extension from `dist` folder into your browser
- [Firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing)
- [Chrome](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked)# License information
- Check out [LICENSE](LICENSE) for the license details
- Icons by [Flatart](https://www.freepik.com/author/flatart)# Demo
![Copy issue number](docs/copy-issue-number.png)