searchJiraIssuesUsingJql
Query Jira work items with JQL to filter issues by project, status, assignee, or date, returning matching results with field selection and pagination.
Instructions
Search Jira work items using JQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query, e.g. 'project = PROJ AND status = "In Progress" ORDER BY updated DESC' | |
| expand | No | ||
| fields | No | Limit the response to these field IDs/names | |
| maxResults | No | Defaults to 50 | |
| nextPageToken | No | Token from a previous response's nextPageToken, to fetch the next page |