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 key. Parameters: issue_key (string)
Search issues using JQL (JIRA Query Language). Parameters: jql_query (string)
Create a new JIRA issue. Parameters: issue_data (object containing issue details)
Update an existing JIRA issue. Parameters: issue_key (string), update_data (object containing update details)
Add comments to a specific JIRA issue. Parameters: issue_key (string), comment (string)
Clone an existing JIRA issue. Parameters: source_issue_key (string), options (object containing customization options)
Log work done on a specific JIRA issue. Parameters: issue_key (string), worklog_data (object containing work log details)