Skip to main content
Glama

Personal JIRA MCP

by yuezheng2006

search_issues

Search and retrieve JIRA issue lists using JQL queries, with options to specify start position and maximum results. Integrates with Personal JIRA MCP for streamlined issue management.

Instructions

搜索JIRA问题列表

Input Schema

NameRequiredDescriptionDefault
jqlYes
max_resultsNo
start_atNo

Input Schema (JSON Schema)

{ "properties": { "jql": { "title": "Jql", "type": "string" }, "max_results": { "default": 50, "title": "Max Results", "type": "integer" }, "start_at": { "default": 0, "title": "Start At", "type": "integer" } }, "required": [ "jql" ], "title": "search_issuesArguments", "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/yuezheng2006/mcp-server-jira'

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