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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
List your Jira tickets.
View details of a specific ticket. Parameters: TICKET_ID (string) - The ID of the ticket to view.
Get comments for a specific ticket. Parameters: TICKET_ID (string) - The ID of the ticket to get comments for.
Create a new Jira ticket.
Add a comment to a specific ticket. Parameters: TICKET_ID (string) - The ID of the ticket to which the comment will be added.
Update the status of a specific ticket. Parameters: TICKET_ID (string) - The ID of the ticket to update.