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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Retrieve a JIRA issue using its unique key.
Search for JIRA issues using JIRA Query Language (JQL).
Create a new JIRA issue. Parameters may include issue details such as type, summary, and description.
Update an existing JIRA issue. Parameters may include issue key and fields to update.
Add a comment to a specified JIRA issue.
Clone an existing JIRA issue. Allows customization of fields and options such as changing project and copying attachments.
Log work against a specified JIRA issue.