jira_search
Search Jira issues with JQL, fetch JQL autocomplete metadata, or get JQL field suggestions.
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. |