Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminya/jira-issue-navigate
Go to the next/prev issue using buttons
https://github.com/aminya/jira-issue-navigate
atlasian greasyfork issues jira jira-plugin tampermonkey userscript
Last synced: 17 days ago
JSON representation
Go to the next/prev issue using buttons
- Host: GitHub
- URL: https://github.com/aminya/jira-issue-navigate
- Owner: aminya
- License: apache-2.0
- Created: 2022-05-06T23:23:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T07:40:59.000Z (4 months ago)
- Last Synced: 2025-01-10T10:12:43.031Z (21 days ago)
- Topics: atlasian, greasyfork, issues, jira, jira-plugin, tampermonkey, userscript
- Language: TypeScript
- Homepage: https://greasyfork.org/en/scripts/443345-jira-issue-navigate
- Size: 231 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jira-issue-navigate
A plugin for Jira that allows going to the next/prev issue using buttons.
![preview](./docs/preview.jpg)
## Usage
The plugin itself can be installed on the Tampermonkey extension using the following link:
https://greasyfork.org/en/scripts/443345-jira-issue-navigate
Install the Tampermonkey extension for your browser if you don't have it.
https://www.tampermonkey.net/
For example, the chrome extension can be downloaded from [here](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
## Development
The source code is available at:
https://github.com/aminya/jira-issue-navigate
You can build the project using:
```
pnpm install
```Or npm/yarn if you use those package managers instead.