Skip to main content
Glama

Personal JIRA MCP

by yuezheng2006

search_issues

Query and retrieve JIRA issue lists by specifying JQL criteria, max results, and start position. Streamline task management and data access within the Personal JIRA MCP environment.

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