Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

query_assignable

Identify assignable users for a Jira ticket by querying the /rest/api/3/user/assignable/search endpoint using the project key. Simplifies user assignment within Jira MCP Server.

Instructions

Query assignables to a ticket on Jira on the api /rest/api/3/user/assignable/search?project={project-name}

Input Schema

NameRequiredDescriptionDefault
project_keyYesThe id of the project to search

Input Schema (JSON Schema)

{ "properties": { "project_key": { "description": "The id of the project to search", "type": "string" } }, "required": [ "project_key" ], "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