Jira MCP Server

get_issues

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" }