Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search Jira users by name or email to find the accountId needed for assigning issues
jira__search_users
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from OAuth accessible resources" }, "query": { "type": "string", "description": "Required search text matching display name and email address" }, "maxResults": { "type": "number", "description": "Maximum users to return" }, "startAt": { "type": "number", "description": "Pagination offset" } }, "required": [ "cloudId", "query" ], "description": "Input schema for the jira__search_users tool." }