Skip to main content
Feedback

Jira MCP connector

Jira is Atlassian's cloud-based issue tracking and project management platform for software development teams. The Jira MCP connector allows AI agents to create and update issues, manage assignments and priorities, and transition issues through workflows. It also supports adding watchers, creating comments, and retrieving issue details across projects.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Jira MCP connector to perform the following actions:

  • Create and assign software defects to development teams for rapid resolution
  • Track project progress by transitioning issues through workflow statuses automatically
  • Prioritize critical bugs and escalate them to the right stakeholders immediately
  • Document issue resolution with comments and activity history for audit compliance
  • Monitor issue changes and notify team members of updates in real time
  • Search and filter issues across projects using advanced query language for insights
  • Manage issue attachments and metadata to maintain complete technical documentation

Example prompts

Use the following example prompts to invoke Jira MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new bug in our development project and assign it to the lead engineer.
  • Show me all high-priority issues assigned to our platform team that are still open.
  • Transition this issue to in progress and add a comment that development has started.
  • Search for all issues created in the last week related to authentication failures.
  • Change the priority of issue PROJ-1234 to critical and notify the team.
  • Get the full history of changes made to this issue over the past month.
  • Add me as a watcher to this issue so I receive updates on any changes.
  • Remove the current assignee from this issue and reassign it to a different team member.
  • Find all unresolved issues in our backlog that have been open for more than 30 days.
  • Add a comment to this issue explaining the workaround for the reported problem.

Jira MCP connector tools

The Jira MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
jira_jiraaddwatch_invokeAdds a watch to an issue to receive notifications about its activity.
jira_jiraassignissue_invokeAssigns an issue to a specified user.
jira_jirachangepriority_invokeChanges the priority level of an issue.
jira_jiracreatecomment_invokeCreates a new comment on an issue.
jira_jiracreateissue_invokeCreates a new issue in a Jira project.
jira_jiratransitionissue_invokeMoves an issue to a different workflow status.
jira_jiraunassignissue_invokeRemoves the assignee from an issue.
createIssueCreates a new issue in a Jira project.
getIssueRetrieves details for a specific issue.
updateIssueModifies fields or properties of an existing issue.
deleteIssueRemoves an issue from Jira.
searchIssuesJqlFinds issues matching specified search criteria.
getIssueChangelogRetrieves the history of changes made to an issue.
notifyIssueSends a notification to users about an issue.
getIssueTransitionsLists available workflow status changes for an issue.
transitionIssueMoves an issue to a different workflow status.
getAttachmentRetrieves metadata about a file attached to an issue.
removeAttachmentDeletes a file attached to an issue.
getIssueCommentsRetrieves all comments on a specific issue.
addCommentAdds a new comment to an issue.
getCommentRetrieves a specific comment from an issue.
updateCommentModifies an existing comment on an issue.
removeCommentDeletes a comment from an issue.
createUserCreates a new user account in Jira.
getUserRetrieves information about a specific user.
deleteUserRemoves a user account from Jira.
On this Page