Skip to main content
Glama

Jira MCP Server

jira_search_issues

Search and retrieve Jira issues by project and assignee using a Jira host URL, API token, and assignee name to streamline issue tracking and management.

Instructions

Searches for Jira issues by project and assignee

Input Schema

NameRequiredDescriptionDefault
apiTokenNoAPI token for Jira authentication
assigneeNameNoThe display name of the assignee to filter by (e.g., 'John Doe')
emailNoEmail address associated with the Jira account
jiraHostNoThe Jira host URL (e.g., 'your-domain.atlassian.net')
projectKeyYesThe Jira project key (e.g., 'PROJECT')

Input Schema (JSON Schema)

{ "properties": { "apiToken": { "default": "", "description": "API token for Jira authentication", "type": "string" }, "assigneeName": { "description": "The display name of the assignee to filter by (e.g., 'John Doe')", "type": "string" }, "email": { "default": "", "description": "Email address associated with the Jira account", "type": "string" }, "jiraHost": { "default": "", "description": "The Jira host URL (e.g., 'your-domain.atlassian.net')", "type": "string" }, "projectKey": { "description": "The Jira project key (e.g., 'PROJECT')", "type": "string" } }, "required": [ "projectKey" ], "type": "object" }

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/samuelrizzo/jira-mcp-server'

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