Execute Arbitrary JQL
execute_jqlRun any JQL query against Jira and retrieve raw issue data for the fields you specify, enabling ad-hoc reporting beyond standard search limits.
Instructions
Runs an arbitrary JQL query (GET /rest/api/2/search) and returns raw issue data for the requested fields. Use this for ad-hoc reporting when search_issues' fixed field set isn't enough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query string | |
| fields | No | Jira field names to return, e.g. ['summary','status','priority'] | |
| maxResults | No | Default 50 |