https://github.com/s0/github-jira-links
Chrome extension that adds backlinks to JIRA issues from GitHub issues and PRs
https://github.com/s0/github-jira-links
Last synced: 11 months ago
JSON representation
Chrome extension that adds backlinks to JIRA issues from GitHub issues and PRs
- Host: GitHub
- URL: https://github.com/s0/github-jira-links
- Owner: s0
- License: mit
- Created: 2019-03-10T05:06:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T01:30:05.000Z (over 3 years ago)
- Last Synced: 2025-06-29T16:53:23.353Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Links for GitHub & Jira
[](https://lgtm.com/projects/g/samlanning/github-jira-links/alerts/)
[](https://lgtm.com/projects/g/samlanning/github-jira-links/context:javascript)
[](https://dev.azure.com/samlanning/extensions/_build?definitionId=1)
Chrome extension that adds links to JIRA issues from GitHub issues and PRs

When you view lists of issues or pull requests on GitHub (either GitHub.com, or GitHub enterprise), the extension will use the API of the JIRA installations of your choosing to see if there are any JIRA Issues that mention each GitHub Issue or PR. It will then insert these issues, along with their current status, right into the GitHub UI alongside the labels.
* It's not necessary to install any plugins on JIRA.
* Authentication is done simply by acting as the user you are logged in as on JIRA.
* Minimal permissions required, only access to the relevant GitHub and JIRA websites.
TODO:
* Add JIRA links to single / individual issue / PR pages
* look for additional JIRA issue keys in the titles / descriptions of issues and PRs, and commit messages, and display links there too (probably download list of JIRA projects to do this)
* Add ability to edit existing entries
