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

Jira Issue Linker

Cengizhan Anıl Onay

|
29 installs
| (0) | Free
A Visual Studio Code extension that links JIRA issues in code to their corresponding issues in JIRA.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jira Issue Linker - README

Visual Studio Marketplace Installs - Azure DevOps Extension GitHub code size in bytes Visual Studio Marketplace Version

Overview The Jira Issue Linker is a VS Code extension that makes JIRA task keys (e.g., PROJ-123) in your code clickable. When clicked, these keys open the corresponding JIRA task in your browser. Additionally, hovering over a task key provides useful details about the task, such as its status, assigned developer, QA, and completion date.

Usage

image

Configurations

To use the extension, you need to configure your JIRA credentials and fields in your VS Code settings.

  • Open Settings (Ctrl + , or Cmd + ,). Example configuration in settings.json:
{   
  "jiraIssueLinker.jiraBaseURL": "https://yourcompany.atlassian.net",
  "jiraIssueLinker.jiraToken": "dXNlcm5hbWU6YXBpX3Rva2Vu",
  "jiraIssueLinker.jiraFields": {
    "developer": "customfield_1",
    "qa": "customfield_2",
    "completeDate": "customfield_3"
  }
}

Features

  • Clickable Task Keys: Click or Ctrl/Command + Click on any JIRA task key to open it in your browser.
  • Hover Information: View task details (e.g., status, developer, QA, and completion date) by hovering over the task key.
  • Task Caching: Reduces API requests by caching task data for 5 minutes.
  • Customizable Fields: Configure which JIRA fields to display in hover information.
  • Dynamic Decorations: Highlights JIRA task keys in your code with an underline and blue text.

How to Use

  • Open a file in VS Code.
  • Write or paste a JIRA task key (e.g., PROJ-123) in your code.
  • Hover over the task key to view details.
  • Click or Ctrl/Command + Click on the task key to open it in your browser.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft