search_issues
Find Jira issues by JQL query with custom fields, result limits, and pagination for project tracking or triage.
Instructions
Search Jira issues using JQL.
Args: jql: JQL query string (e.g., 'project = KAN AND status = "To Do"') fields: Comma-separated fields to return max_results: Maximum results (1-100, default 50) next_page_token: Token for next page (from previous response)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | ||
| fields | No | summary,status,assignee,priority,issuetype,parent,fixVersions,labels | |
| max_results | No | ||
| next_page_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||