Jira

Jira

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

14771VIEWS
2209USERS

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.

Link Issues

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

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 Comment

Deletes a specific comment from a jira issue using its id and the issue's id/key; requires user permission to delete comments on the issue.

Delete Issue

Deletes a jira issue by its id or key.

Delete Version

Deletes a jira version and optionally reassigns its issues.

Delete Worklog

Deletes a worklog from a jira issue with estimate adjustment options.

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 Issue Type Schemes

Retrieves all jira issue type schemes with optional filtering and pagination.

Get All Projects

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

Get Issue Statuses

Retrieves all available issue statuses from jira with details.

Get All Users

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

20 actions available