pdogra1299/jira-mcp-server
If you are the rightful owner of jira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server for Jira API integration, enabling AI assistants to interact with Jira Cloud for issue management and more.
Tools
Functions exposed to the LLM to take actions
get_issue
Get detailed information about a Jira issue.
create_issue
Create a new Jira issue with specified parameters.
update_issue
Update fields of an existing issue.
assign_issue
Assign an issue to a user.
get_create_metadata
Get field requirements and metadata for creating issues in a project.
search_users
Search for users by name or email to get their account ID.
search_issues
Search for issues using JQL.
list_projects
List all accessible projects.
add_comment
Add a comment to an issue.
get_comments
Get all comments for an issue.
get_transitions
Get available status transitions for an issue.
transition_issue
Change the status of an issue.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client