{"id":22256842,"url":"https://github.com/anilonayy/jira-issue-linker","last_synced_at":"2025-09-07T23:35:37.094Z","repository":{"id":265955976,"uuid":"896874986","full_name":"anilonayy/jira-issue-linker","owner":"anilonayy","description":"A Visual Studio Code extension that links JIRA issues in code to their corresponding issues in JIRA.","archived":false,"fork":false,"pushed_at":"2024-12-11T20:00:21.000Z","size":305,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T09:52:26.212Z","etag":null,"topics":["jira","jira-rest-api","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=anilonayy.jira-issue-linker","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anilonayy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-01T14:19:07.000Z","updated_at":"2025-04-15T09:40:30.000Z","dependencies_parsed_at":"2025-03-25T12:48:13.278Z","dependency_job_id":"bd80de28-7c01-4b2a-ab28-a825010909a3","html_url":"https://github.com/anilonayy/jira-issue-linker","commit_stats":null,"previous_names":["anilonayy/jira-issue-linker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anilonayy/jira-issue-linker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fjira-issue-linker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fjira-issue-linker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fjira-issue-linker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fjira-issue-linker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anilonayy","download_url":"https://codeload.github.com/anilonayy/jira-issue-linker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anilonayy%2Fjira-issue-linker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274112161,"owners_count":25224324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jira","jira-rest-api","vscode","vscode-extension"],"created_at":"2024-12-03T08:08:43.278Z","updated_at":"2025-09-07T23:35:37.014Z","avatar_url":"https://github.com/anilonayy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Jira Issue Linker - README\n![Visual Studio Marketplace Installs - Azure DevOps Extension](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/anilonayy.jira-issue-linker)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/anilonayy/jira-issue-linker)\n![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/anilonayy.jira-issue-linker)\n\nOverview\nThe 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.\n\n\n## Usage\n![image](assets/presentation.gif)\n\n## Configurations\nTo use the extension, you need to configure your JIRA credentials and fields in your VS Code settings.\n\n- Open Settings `(Ctrl + , or Cmd + ,)`.\nExample configuration in `settings.json`:\n```json\n{   \n  \"jiraIssueLinker.jiraBaseURL\": \"https://yourcompany.atlassian.net\",\n  \"jiraIssueLinker.jiraToken\": \"dXNlcm5hbWU6YXBpX3Rva2Vu\",\n  \"jiraIssueLinker.jiraFields\": {\n    \"developer\": \"customfield_1\",\n    \"qa\": \"customfield_2\",\n    \"completeDate\": \"customfield_3\"\n  }\n}\n```\n\n## Features\n- Clickable Task Keys: Click or Ctrl/Command + Click on any JIRA task key to open it in your browser.\n- Hover Information: View task details (e.g., status, developer, QA, and completion date) by hovering over the task key.\n- Task Caching: Reduces API requests by caching task data for 5 minutes.\n- Customizable Fields: Configure which JIRA fields to display in hover information.\n- Dynamic Decorations: Highlights JIRA task keys in your code with an underline and blue text.\n\n## How to Use\n- Open a file in VS Code.\n- Write or paste a JIRA task key (e.g., PROJ-123) in your code.\n- Hover over the task key to view details.\n- Click or `Ctrl/Command + Click` on the task key to open it in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilonayy%2Fjira-issue-linker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanilonayy%2Fjira-issue-linker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanilonayy%2Fjira-issue-linker/lists"}