get_only_ticket_name_and_description
Extract ticket names and descriptions from Jira using a JQL query. Specify the number of results to retrieve, streamlining ticket data retrieval for efficient project management.
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 |