Jira - Search issues by JQL action (batch)

The Search issues by JQL (batch) action searches Jira for issues that match the JQL query string you provide and retrieves the results in batches. Use this action to return one or more Jira issues, optionally filter fields, and handle paginated results for large datasets.

RESULTS FOR RECENT CHANGES

Jira search results may not reflect recent changes. Use the Reconcile Issue IDs field to return real-time results for up to 50 issues. Alternatively, add a short delay after steps that create or update records. For example, using the Ruby snippets by Workato sleep function or the Scheduler by Workato Wait for time duration action.

Input

Input fieldDescription
JQL query stringSpecify a valid JQL query. The action only returns issues that match the query exactly. The action fails if no query is entered.
Output fieldsSelect the fields to retrieve from Jira or enter them manually.

If you select Enter fields, you must supply a comma-separated list of IDs for the fields you plan to use in the recipe. For example: parent,lastViewed
Max result (Pagination)Enter the maximum number of issues to return. The minimum value is 1, the maximum value is 5000, and the default value is 100.
Reconcile Issue IDsProvide up to 50 issue IDs (comma-separated) to return consistent results immediately after updates. Consistency is only ensured for specified issues.

SEARCH CRITERIA USES AND LOGIC

The search criteria you provide is combined using AND logic. Only issues matching all values are returned. Partial matches aren't returned.

Output

Output fieldDescription
ExpandIssue data expanded in the response.
Start atThe index of the current results page in the results list.
Max resultsThe maximum number of results returned in each page.
TotalThe total number of results retrieved.
Next page tokenThe token to use in the Next page token input field to retrieve the next batch.
IssuesArray of issue objects that matched the query.

Last updated: