Provides capabilities for searching Jira issues using JQL and retrieving detailed issue information.
Executes a JQL search query with customizable parameters. Parameters: jql (required string), nextPageToken (optional string), maxResults (optional integer), fields (optional array), expand (optional string)
Retrieves detailed information about a specific issue. Parameters: issueIdOrKey (required string), fields (optional array), expand (optional string), properties (optional array), failFast (optional boolean)
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs