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.
Add a comment to a Jira issue
jira__add_comment
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from OAuth accessible resources" }, "issueIdOrKey": { "type": "string", "description": "Jira issue ID or key" }, "body": { "type": "object", "description": "Comment body in Atlassian Document Format" } }, "required": [ "cloudId", "issueIdOrKey", "body" ], "description": "Input schema for the jira__add_comment tool." }