Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vsc-jiraNew to Visual Studio Code? Get it now.
vsc-jira

vsc-jira

web-dave

|
1,531 installs
| (4) | Free
view, comment, edit, create issues in jira
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jira

with this extension you cat add git commit to your jira issue as a comment. It consumes the node-jira-client and i greb some code from Git History.

You need some config in your .vscode folder.

So create a jira.json:

{
    "protocol": "https",
    "host": <URL>,
    "username": <username>,
    "password": <password>,
    "apiVersion": "2",
    "strictSSL": true
}

and replace the placeholder with your informations.

Be shure to set jira.json in your .gitignore!

Install

In Visual Studio Code, simply hit CMD/CTRL + Shift + P , search for "Install Extension", and then search for "vsc-jira".

run

  • simply hit CMD/CTRL + Shift + P and type jira
  • you'll find jira issue add git commit as comment
  • select type your jira issuNumber
  • select a gira commit from the list

have fun

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft