get_only_ticket_name_and_description
Retrieve ticket names and descriptions from Jira by executing a JQL query and specifying the number of results to return.
Instructions
Get the name and description of the requested tickets 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 |