Jira MCP Server provides a TypeScript-based integration with Jira, enabling AI assistants to interact directly with Jira tickets through standardized tools. The server supports core ticket management operations like listing, viewing, creating, commenting, and updating ticket statuses, with full MCP protocol support for seamless interaction. Built for developers and project managers who want to streamline their Jira workflow through conversational AI interfaces.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves a list of Jira tickets, optionally filtered by a JQL query.
Retrieves detailed information about a specific ticket by its ID.
Retrieves all comments for a specific ticket by its ID.
Creates a new Jira ticket with a summary, description, project key, and issue type.
Adds a new comment to an existing ticket by its ID.
Updates the status of an existing ticket by its ID, using a transition ID.
Searches for tickets across specified projects using text search.