Jira · Arazzo Workflow
Jira Run a JQL Report and Drill Into a Result
Version 1.0.0
Run a JQL search via GET, then drill into the first matching issue and its comments.
Provider
Workflows
jql-issue-report
Search Jira with JQL and drill into the first matching issue.
Runs a JQL query over the GET search endpoint with a thin field projection, then reads the first matched issue in full with its changelog and retrieves the most recent comments on it.
1
runReport
searchForIssuesUsingJql
Run the JQL query with a thin field projection suitable for rendering a list. Query validation is set to warn so a soft query issue surfaces as a warning message rather than failing the whole report.
2
drillIntoIssue
getIssue
Read the first matched issue in full, expanding the changelog and rendered fields so the caller sees the issue's history alongside its current state.
3
readDiscussion
getComments
Retrieve the most recent comments on the drilled-into issue, newest first, to surface the current discussion alongside the report row.