JIRA MCP Server enables AI assistants to interact with JIRA issue tracking systems through a comprehensive set of tools for managing issues, projects, and work logs. Built by klauseduard, it provides capabilities for retrieving, searching, creating, and updating JIRA issues, as well as listing projects and logging work time. The implementation uses Python with the JIRA library and FastMCP to expose these operations through a standardized interface, making it valuable for development teams who want to integrate JIRA workflows directly into their AI assistant conversations without context switching to the JIRA web interface.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get JIRA issues by their unique key.
Search for issues using JIRA Query Language (JQL).
Create a new JIRA issue. Parameters: issue details (various fields depending on JIRA setup).
Update an existing JIRA issue. Parameters: issue key, updated fields.
Add a comment to a JIRA issue. Parameters: issue key, comment text.
Clone an existing JIRA issue with options to modify fields. Parameters: source issue key, optional fields to modify.
Log work done on a JIRA issue. Parameters: issue key, work details.