execute_jql
Run JQL queries on Jira to search for issues. Specify the query string and number of results to retrieve matching tickets.
Instructions
Execute a JQL query on Jira on the api /rest/api/3/search. Do not use markdown in your query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | Yes | JQL query string | |
| number_of_results | No | Number of results to return |