Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

get_only_ticket_name_and_description

Extract ticket names and descriptions from Jira using a JQL query. Specify the number of results to retrieve relevant ticket details efficiently.

Instructions

Get the name and description of the requested tickets on the api /rest/api/3/search

Input Schema

NameRequiredDescriptionDefault
jqlYesJQL query string
number_of_resultsNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "jql": { "description": "JQL query string", "type": "string" }, "number_of_results": { "default": 1, "description": "Number of results to return", "type": "integer" } }, "required": [ "jql" ], "type": "object" }

You must be authenticated.

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/KS-GEN-AI/jira-mcp-server'

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