Jira MCP Server

get_issues

Retrieve all issues and subtasks for a specified Jira project, optionally filtered by JQL queries, to simplify project management and task tracking.

Instructions

Get all issues and subtasks for a project

Input Schema

NameRequiredDescriptionDefault
jqlNoOptional JQL to filter issues
projectKeyYesProject key (e.g., "PP")

Input Schema (JSON Schema)

{ "properties": { "jql": { "description": "Optional JQL to filter issues", "type": "string" }, "projectKey": { "description": "Project key (e.g., \"PP\")", "type": "string" } }, "required": [ "projectKey" ], "type": "object" }

You must be authenticated.

Other Tools from Jira MCP Server

Related Tools

ID: lblw6pvk7i