Skip to main content

Jira MCP

In one line: Connect Jira so your UnleashX agent can create and update issues, move them through workflows, assign work, and pull sprint and standup reports automatically.
CategoryDev Tools
AuthenticationAPI token (Atlassian)
Setup time~7 minutes
DifficultyMedium
Best forEngineering and product teams who want to manage issues and track sprint progress hands-free

1. Overview

Jira is Atlassian’s issue and project tracking tool. Teams use it to plan work in projects and boards, organize it into sprints and backlogs, and move issues through a workflow from “To Do” to “Done.” Once connected, your UnleashX agent can create and update issues, comment, transition issues across statuses, assign work to teammates, and generate reports such as active-sprint status, team workload, and a daily standup summary — all from natural language. Connecting Jira to UnleashX is useful when you want to capture bugs and tasks as they come up, keep boards current, and get instant status updates without digging through Jira screens.

2. What you’ll need

  • An Atlassian / Jira Cloud account with access to the projects you want to use.
  • Your Atlassian account email (used together with the API token).
  • A Jira Cloud site URL (e.g. https://your-company.atlassian.net).
  • Permission to view, create, and transition issues in the relevant projects.
You don’t need to be a Jira admin to create an API token — any user can. But your token only has the permissions your account has, so you can only see and edit projects you already have access to.

3. Get your credentials

Jira Cloud uses Basic auth: your account email plus an Atlassian API token.
1

Open the API tokens page

2

Create a token

Click Create API token, give it a label like UnleashX, and click Create.
3

Copy the token

Copy the generated token.
The API token is shown only once. Copy it now — if you lose it, you’ll need to revoke it and create a new one.
4

Note your email and site URL

Have your Atlassian login email and your Jira site URL (https://your-company.atlassian.net) ready — UnleashX needs all three.
What the token can access
Scope / AccessWhy UnleashX needs it
Read issues, projects, boards, sprintsTo search, list, and report on your Jira work
Create & update issuesTo log new issues and edit existing ones
Add commentsTo post updates on issues
Transition issuesTo move issues between workflow statuses
Assign issuesTo set or change the assignee
Read usersTo find teammates by name or email for assignment and reports
An Atlassian API token grants the same access your account has — Jira does not let you scope a personal token to specific projects. UnleashX only calls the endpoints needed for the tools in Section 5.

4. Connect on UnleashX

1

Open your agent

Go to https://www.tryunleashx.com and open the agent you want to connect.
2

Open Data Connectors

In the agent, go to Data Connectors.
3

Find Jira

Locate Jira in the list and click Connect / Add / Configure.
4

Enter your details

Provide your Jira site URL, your Atlassian email, and your API token. UnleashX combines the email and token as HTTP Basic auth.
5

Confirm success

Save. When the status shows a Connected badge, your agent can start working with Jira.
01 jira data connector

5. Available tools

ToolWhat it doesChanges data?
Create IssueCreates a new issue (bug, task, story, etc.)✏️ Yes
Get IssueGets a single issue by keyNo
Update IssueUpdates fields on an issue✏️ Yes
Add CommentAdds a comment to an issue✏️ Yes
List TransitionsLists the workflow transitions available for an issueNo
Transition IssueMoves an issue to a new status✏️ Yes
Get Issue HistoryGets the change history of an issueNo
Assign IssueAssigns an issue to a user✏️ Yes
Search UsersSearches for Jira usersNo
List UsersLists Jira usersNo
Search IssuesSearches issues with JQL or filtersNo
Get Backlog IssuesGets issues in a board’s backlogNo
Get Assigned IssuesGets issues assigned to a userNo
List ProjectsLists Jira projectsNo
List BoardsLists boardsNo
List SprintsLists sprints for a boardNo
Get Active SprintGets the currently active sprint for a boardNo
Get User Issues by EmailFinds issues for a user by their emailNo
Get Board User IssuesGets a user’s issues on a specific boardNo
Get Sprint IssuesLists issues in a sprintNo
Get Sprint StatusSummarizes a sprint’s status and progressNo
Get Team WorkloadReports how work is distributed across the teamNo
Generate Standup ReportBuilds a daily standup report for a boardNo

6. Example usage

“Create a bug in the WEB project titled ‘Login button broken on mobile’ and assign it to Priya.” Behind the scenes: Search Users (to find Priya) → Create Issue → Assign Issue. “Give me today’s standup for the Sprint board and move JIRA-204 to In Progress.” Behind the scenes: Get Active Sprint → Generate Standup Report → List Transitions → Transition Issue.

7. Permissions & data access

UnleashX CAN:
  • Read projects, boards, sprints, backlogs, and issues you can access.
  • Create and update issues, add comments, and transition issues.
  • Assign issues and look up users.
  • Generate sprint status, team workload, and standup reports.
UnleashX CANNOT:
  • Access projects your Jira account can’t see.
  • Change Jira admin, workflow, or billing configuration.
  • Act beyond the permissions your Atlassian account has.
To disconnect: In UnleashX, open your agent → Data ConnectorsJiraDisconnect. To fully revoke access, go to https://id.atlassian.com/manage-profile/security/api-tokens and delete the token. Either action stops access immediately.

8. Troubleshooting

ProblemWhat it meansHow to fix it
401 UnauthorizedWrong email/token pair, or the token was revokedRecreate the API token and re-enter email + token in UnleashX
403 ForbiddenYour account lacks permission in that projectAsk a Jira admin to grant project access, then retry
404 Not FoundThe issue key, board, or sprint doesn’t existVerify the key/ID; it may have moved or been deleted
Transition failsThe target status isn’t valid from the current oneRun List Transitions first to see allowed transitions
Wrong siteThe site URL is incorrectConfirm the URL is https://your-company.atlassian.net
For general connection issues, see /mcp/integrations.

9. Frequently asked questions

Is my data stored by UnleashX? UnleashX calls Jira live using your token when a tool runs. It doesn’t keep a separate copy of your issues beyond what’s needed to complete a request. Can multiple team members connect? Yes. Each person creates their own Atlassian API token and connects with their own email. Each connection reflects that person’s Jira permissions. How do I rotate my key? Create a new token at the Atlassian API tokens page, update it in UnleashX, then delete the old token. Access switches over immediately. Why Basic auth and not OAuth? Jira Cloud’s API token model uses HTTP Basic auth with your email + token. UnleashX follows Atlassian’s documented approach.

10. References