Provides capabilities for searching Jira issues using JQL and retrieving detailed issue information.
No reviews yet. Be the first to review!
Sign in to join the conversation
Executes a JQL search query with customizable parameters. Parameters: jql (required, string), nextPageToken (optional, string), maxResults (optional, number), fields (optional, array of strings), expand (optional, string)
Retrieves detailed information about a specific issue. Parameters: issueIdOrKey (required, string), fields (optional, array of strings), expand (optional, string), properties (optional, array of strings), failFast (optional, boolean)