Jira MCP Server

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

ID: v7nmyscj80