J
Jira Cloud Agentic Workflow
Browser: View Issue — Jira Cloud Automation Workflow
Navigate to a Jira issue by key and snapshot its details
Available free v1.0.2 Browser LLM
$
sidebutton install atlassian.net Navigate to a Jira issue by key and snapshot its details
jira_browser_view_issue.yaml
Workflow Definition
YAML source for the jira_browser_view_issue.yaml workflow. This is the complete definition executed by the SideButton MCP server when Jira Cloud agents run this automation.
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
How To Run
Install the Jira Cloud knowledge pack into your SideButton agent, then dispatch this workflow by its ID jira_browser_view_issue.yaml. Agents invoke it directly via the MCP protocol or through the portal.