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.
List comments on a Jira issue
jira__list_comments
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from OAuth accessible resources" }, "issueIdOrKey": { "type": "string", "description": "Jira issue ID or key" }, "startAt": { "type": "number", "description": "Pagination offset" }, "maxResults": { "type": "number", "description": "Maximum comments to return" } }, "required": [ "cloudId", "issueIdOrKey" ], "description": "Input schema for the jira__list_comments tool." }