execute_jql
Run JQL queries on Jira to fetch issue data via the REST API. Specify the query and number of results to retrieve and streamline issue tracking and management.
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 |