JIRA
Summary
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.
Available Actions(7)
get_issues_by_key
Retrieve JIRA issues using their specific keys.
search_issues
Search for JIRA issues using JQL (JIRA Query Language).
create_issue
Create a new JIRA issue with specified parameters.
update_issue
Update an existing JIRA issue with new information.
add_comment
Add a comment to a specified JIRA issue.
clone_issue
Create a copy of an existing JIRA issue, allowing modifications to fields.
log_work
Log work against a specified JIRA issue.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论