Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JiraNew to Visual Studio Code? Get it now.
Jira

Jira

Super Evil Mega Co

|
3,851 installs
| (0) | Free
Basic Jira functionality
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jira-vscode

A vscode plugin to make browsing Jira more pleasant, based on this Neovim plugin.

Usage

  • :JiraBrowse OE-1337 to open up a browser with the issue.
  • :JiraLink OE-Backlog to open up a browser with a Jira link.
  • :JiraNew to open up a browser with a new Jira issue.

JiraBrowse and JiraLink can be auto-completed via <tab>-presses.

Configuration file

Put a .jira.json in the root of your project.

{
	"baseurl": "https://jira.hadcs.de/",
	"projects": [
		"OE",
		"ADM",
		"SDPSD"
	],
	"links": {
		"OE-Kanban-Board": "secure/RapidBoard.jspa?projectKey=OE&rapidView=1912",
		"OE-Backlog": "secure/RapidBoard.jspa?rapidView=1912&projectKey=OE&view=planning.nodetail&issueLimit=100"
	}
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft