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 Jira ticket. Parameters: ticket ID (string).
Get comments for a specific Jira ticket. Parameters: ticket ID (string).
Create a new Jira ticket. Requires summary (string), description (string), projectKey (string), and issueType (string).
Add a comment to a specific Jira ticket. Parameters: ticket ID (string) and comment text (string).
Update the status of a specific Jira ticket. Parameters: ticket ID (string) and transitionId (string).