cosmix/jira-mcp
If you are the rightful owner of jira-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
unknown
Tools
Functions exposed to the LLM to take actions
search_issues
Search JIRA issues using JQL. Returns up to 50 results per request.
get_epic_children
Get all child issues in an epic including their comments and relationship data. Limited to 100 issues per request.
get_issue
Get detailed information about a specific JIRA issue including comments and all relationships.
create_issue
Create a new JIRA issue with specified fields.
update_issue
Update fields of an existing JIRA issue.
add_attachment
Add a file attachment to a JIRA issue.
add_comment
Add a comment to a JIRA issue. Accepts plain text and converts it to the required Atlassian Document Format internally.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client