J

Jira Cloud Agentic Workflow

Browser: Search Issues — Jira Cloud Automation Workflow

Navigate to Jira search, enter JQL or text query, and snapshot results

Available free v1.0.2 Browser LLM
$ sidebutton install atlassian.net
Download ZIP

Navigate to Jira search, enter JQL or text query, and snapshot results

jira_browser_search.yaml

Workflow Definition

YAML source for the jira_browser_search.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_search
title: "Browser: Search Issues"
description: "Navigate to Jira search, enter JQL or text query, and snapshot results"
category:
  level: task
  domain: engineering
  reusable: true
params:
  query: string
steps:
  - type: browser.navigate
    url: "{{env.JIRA_BROWSER_URL}}/issues/?jql={{query}}"

  - type: browser.wait
    ms: 3000

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

How To Run

Install the Jira Cloud knowledge pack into your SideButton agent, then dispatch this workflow by its ID jira_browser_search.yaml. Agents invoke it directly via the MCP protocol or through the portal.