Jira

Jira

A tool for bug tracking, issue tracking, and agile project management.

11396VIEWS
1647USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app jiranpx @composio/cli add cursor --app jiranpx @composio/cli add cursor --app jiranpx @composio/cli add cursor --app jira

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Attachment

Uploads and attaches a file to a jira issue.

Add Comment

Adds a comment using atlassian document format (adf) for rich text to an existing jira issue.

Add Watcher To Issue

Adds a user to an issue's watcher list by account id.

Assign Issue

Assigns a jira issue to a user, default assignee, or unassigns; supports email/name lookup.

Bulk Create Issues

Creates multiple jira issues (up to 50 per call) with full feature support including markdown, assignee resolution, and priority handling.

Create Issue

Creates a new jira issue (e.g., bug, task, story) in a specified project.

Create Project

Creates a new jira project with required lead, template, and type configuration.

Create Sprint

Creates a new sprint on a jira board with optional start/end dates and goal.

Create Version

Creates a new version for releases or milestones in a jira project.

Delete Issue

Deletes a jira issue by its id or key.

Edit Issue

Updates an existing jira issue with field values and operations. supports direct field parameters (summary, description, assignee, priority, etc.) that are merged with the fields parameter. direct parameters take precedence.

Find Users

Searches for jira users by email, display name, or username to find account ids; essential for assigning issues, adding watchers, and other user-related operations.

Get All Projects

Retrieves all visible projects using the modern paginated jira api with server-side filtering and pagination support.

Get All Users

Retrieves all users from the jira instance including active, inactive, and other user states with pagination support.

Get Current User

Retrieves detailed information about the currently authenticated jira user.

Get Issue

Retrieves a jira issue by id or key with customizable fields and expansions.

Get Issue Types

Retrieves all jira issue types available to the user using the modern api v3 endpoint; results vary based on 'administer jira' global or 'browse projects' project permissions.

Get Transitions

Retrieves available workflow transitions for a jira issue.

Link Issues

Links two jira issues using a specified link type with optional comment.

List Boards

Retrieves paginated jira boards with filtering and sorting options.

20 actions available