J

Knowledge Pack Files

Jira Cloud Knowledge Pack Files

Browse the source files that power the Jira Cloud MCP server knowledge pack.

Available free v1.0.2 Browser LLM
$ sidebutton install atlassian.net
Download ZIP
jira_browser_view_issue.yaml
486 B
schema_version: 1
version: "1.0.0"
last_verified: "2026-02-09"
id: jira_browser_view_issue
title: "Browser: View Issue"
description: "Navigate to a Jira issue by key and snapshot its details"
category:
  level: task
  domain: engineering
  reusable: true
params:
  issue_key: string
steps:
  - type: browser.navigate
    url: "{{env.JIRA_BROWSER_URL}}/browse/{{issue_key}}"

  - type: browser.wait
    ms: 3000

  - type: browser.snapshot
    as: issue_details
    includeContent: true