Skip to main content
Glama

Jira MCP Server

by George5562

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

Other Tools from Jira MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/George5562/Jira-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server