https://github.com/knisterpeter/vscode-jira
JIRA integration for vscode
https://github.com/knisterpeter/vscode-jira
jira vscode
Last synced: 10 months ago
JSON representation
JIRA integration for vscode
- Host: GitHub
- URL: https://github.com/knisterpeter/vscode-jira
- Owner: KnisterPeter
- License: mit
- Created: 2017-09-22T15:54:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T23:50:35.000Z (over 2 years ago)
- Last Synced: 2025-04-03T15:47:09.209Z (over 1 year ago)
- Topics: jira, vscode
- Language: TypeScript
- Size: 166 KB
- Stars: 25
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-jira README
[](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-jira)
[](https://marketplace.visualstudio.com/items?itemName=KnisterPeter.vscode-jira)
This vscode extension integrates with JIRA.
# Features
* Provide links to JIRA from source code comments
* Browse issues assigned to you
* Track activate issue
* Transition active issue (update workflow)
* Add comments to active issue
# Usage
Store your project setup in `.vscode/settings.json` and add the keys `jira.baseUrl` and `jira.projectNames`.
Then setup your credentials first by running `Setup credentials...` command.
# Configuration
Based on the `jira.projectNames` settings this extensions scans the open file in code
and searches for '`#-1234`' mentions. These occurences will then be linked to
your JIRA issues.
If you need to search for more than one JIRA project you can add multiple project names
by separating via comma.
For example to connect to this JIRA instance [VSJT](https://knisterpeter.atlassian.net/projects/VSJT)
add `"jira.projectNames": "VSJT"` to your settings.
Then you can add a comment like this '`// #VSJT-1`' in your file to reference an issue.
# Resources
Based on [JIRA APIs](https://docs.atlassian.com/jira/REST/)