search_issues
Search Jira Cloud issues using JQL queries, select specific fields, and paginate results with a page token.
Instructions
Search Jira Cloud issues with JQL. Returns items and an opaque next_page_token (null on the last page); pass it back as page_token for the next page. limit is 1..100 (default 20); 0 is invalid. fields replaces the default fields entirely -- default: summary, status, issuetype, priority, assignee, updated, project. fields=[] returns only the issue key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | ||
| limit | No | ||
| fields | No | ||
| page_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||