jira_search
Search Jira issues with JQL queries and fetch autocomplete metadata for fields and operators. Use it to find issues, get field suggestions, or raw API responses.
Instructions
Search Jira issues with JQL or fetch JQL autocomplete metadata. Issue results come back as a trimmed list with refs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | JQL query | |
| fields | No | Comma-separated field list | |
| expand | No | ||
| startAt | No | ||
| maxResults | No | ||
| nextPageToken | No | ||
| fieldName | No | ||
| fieldValue | No | ||
| action | Yes | ||
| full | No | If true, skip the summary projection and return the raw Jira API response. |