Jira Integration
The Jira node lets your agents create, update, and search issues, manage transitions, and work with projects, comments, and attachments.
Connection Setup
Section titled “Connection Setup”Standard OAuth. No special setup required.
Available Tools
Section titled “Available Tools”| Tool | Description |
|---|---|
create_issue | Create an issue or subtask |
update_issue | Update fields, apply transitions |
get_issue | Get full issue details |
transition_issue | Move issue to a new status |
add_comment | Add a comment to an issue |
search_with_jql | Search issues using JQL queries |
list_projects | List all projects |
get_transitions | List available transitions for an issue |
assign_issue | Assign an issue to a user |
get_users | Search for users |
MCP Server
Section titled “MCP Server”Jira is powered by the Atlassian MCP server, which also covers Confluence.
| Server URL | https://mcp.atlassian.com/v1/mcp |
| Transport | Streamable HTTP |
| Docs | Atlassian MCP Server |
- JQL is powerful — Jira 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).