Add Comment To Jira Issue
addCommentToJiraIssueFull Description
Adds a comment to an existing Jira issue id or key.
Parameters
cloudIdstringUnique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.
commentBodystringThe content of the comment in Markdown format.
issueIdOrKeystringIssue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.
commentVisibilityobject