facebook tracking pixel
Back to Marketplace
Jira MCP integration

Jira

Jira is the #1 agile project management tool used by teams to plan, track, release, and support great software with confidence

Start for free
Tools
38
Last update
1 week ago

Category

Productivity

Works with

WhatsAppFacebookInstagramWeb

AI Compatible

ChatGPTClaudeGemini

Tools

Add Attachment To Issue

Adds an attachment to an issue. See the documentation

Add Comment To Issue

Adds a new comment to an issue. See the documentation

Add Multiple Attachments To Issue

Adds multiple attachments to an issue. See the documentation

Add Watcher To Issue

Adds a user as a watcher of an issue by passing the account ID of the user, For example, 5b10ac8d82e05b22cc7d4ef5, If no user is specified the calling user is added. See the documentation

Assign Issue

Assigns an issue to a user. See the documentation

Check Issues Against JQL

Checks whether one or more issues would be returned by one or more JQL queries. See the documentation

Count Issues Using JQL

Provide an estimated count of the issues that match the JQL. See the documentation Return only the translated text without explanations.

Create Custom Field Options (Context)

Create a context for custom field options. See the documentation.

Create Future Sprint

Creates a future sprint. See the documentation

Create Issue

Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask. See the documentation

Create Jira Version in Project

Creates a project version. See the documentation Return only the translated text without explanations.

Delete Project

Deletes a project. See the documentation

Get All Projects

Gets metadata on all projects. See the documentation

Get Board

Returns the board for the given board ID. See the documentation

Get Cloud ID

Gets the cloud ID and details of all accessible Jira Cloud sites. See the documentation

Get Current User

Returns the authenticated Jira user's account ID, display name, email, and active status. Call this first when the user says 'my issues', 'assigned to me', or needs their Jira identity. Use the returned accountId with **Search Issues with JQL** (e.g. assignee = '{accountId}') or **Assign Issue**. Requires a Cloud ID to identify the Jira site. See the documentation.

Get Issue

Gets the details for an issue. See the documentation Return only the translated text without explanations.

Get Issue Picker Suggestions

Returns lists of issues matching a query string. See the documentation Return only the translated text without explanations.

Get Issue Types

Gets the available issue types. If a project ID is provided, returns issue types for that project. Otherwise, returns all issue types accessible to the user. See the documentation

Get Sprint

Returns the sprint for a given sprint ID. See the documentation

Get Task

Gets the status of a long-running asynchronous task. See the documentation

Get Transitions

Gets either all transitions or a transition that can be performed by the user on an issue, based on the issue's status. See the documentation

Get User

Gets details of user. See the documentation

Get Users

Gets the details for a list of users. See the documentation Return only the translated text without explanations.

List Board Issues

Returns all issues from a board, for the given board ID. See the documentation

List Boards

Returns all boards. See the documentation

List Epic Issues

Returns all issues that belong to an epic on the given board. See the documentation

List Epics

Returns all epics from a board, for the given board ID. See the documentation

List Issue Comments

Lists all comments for an issue. See the documentation Return only the translated text without explanations.

List Labels Options

Retrieves available options for the Labels field.

List Sprint Issues

Returns all issues in a sprint. See the documentation

List Sprints

Returns all sprints from a board, for the given board ID. See the documentation

Move Issues to Sprint

Moves issues to a sprint, for a given sprint ID. See the documentation

Search Issues with JQL

Search for issues using JQL (Jira Query Language). See the documentation Return only the translated text without explanations.

Search Issues with JQL (POST)

Searches for issues using JQL with enhanced search capabilities. See the documentation

Transition Issue

Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen. See the documentation

Update Comment

Updates a comment. See the documentation Return only the translated text without explanations.

Update Issue Return only the translated text without explanations.

Updates an issue. A transition may be applied and issue properties updated as part of the edit. See the documentation