Skip to content

Jira Integration

The Jira node lets your agents create, update, and search issues, manage transitions, and work with projects, comments, and attachments.

Standard OAuth. No special setup required.

ToolDescription
create_issueCreate an issue or subtask
update_issueUpdate fields, apply transitions
get_issueGet full issue details
transition_issueMove issue to a new status
add_commentAdd a comment to an issue
search_with_jqlSearch issues using JQL queries
list_projectsList all projects
get_transitionsList available transitions for an issue
assign_issueAssign an issue to a user
get_usersSearch for users

Jira is powered by the Atlassian MCP server, which also covers Confluence.

Server URLhttps://mcp.atlassian.com/v1/mcp
TransportStreamable HTTP
DocsAtlassian MCP Server
  • JQL is powerfulJira Query Language lets your agent search like project = "ENG" AND status = "In Progress" AND assignee = currentUser().
  • Transition Issue requires a transition ID — use Get Transitions first to discover available transitions for the current issue state.
  • Two JQL search actions exist: GET (simpler) and POST (supports enhanced search with expanded fields).