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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
List your tickets.
View ticket details. Parameters: TICKET_ID (string) - The ID of the ticket to view.
Get ticket comments. Parameters: TICKET_ID (string) - The ID of the ticket to retrieve comments for.
Create a new ticket.
Add a comment to a ticket. Parameters: TICKET_ID (string) - The ID of the ticket to add a comment to.
Update ticket status. Parameters: TICKET_ID (string) - The ID of the ticket to update.