Update comment
The Jira Update Comment tool enables seamless editing and updating of comments within Jira issues via API, allowing teams to maintain clear and current communication throughout the project lifecycle.
Features
- Supports updating comment text using Atlassian Document Format for rich text capabilities.
- Allows specifying visibility settings to control which groups or roles can view the comment.
- Enables adding or updating issue properties associated with comments for enhanced metadata management.
- Includes options to notify users upon comment updates to keep stakeholders informed.
- Supports expanding response data to include rendered HTML versions of comment bodies for improved display.
Benefits
- Enhances collaboration by ensuring comments reflect the latest information and feedback.
- Improves project transparency with controlled comment visibility to appropriate audiences.
- Saves time by automating comment updates directly through integration workflows.
- Increases engagement by notifying relevant users promptly of comment changes.
- Facilitates better data management by linking comment properties to issue metadata seamlessly.
Description
Updates a comment, See the docs
Parameters
9 parameters
| Name | Type | Description |
|---|---|---|
| cloudIdrequired | string | The cloud ID. |
| issueIdOrKeyrequired | string | The ID or key of the issue where the attachment will be added to. |
| commentIdrequired | string | The ID of the comment. |
| bodyrequired | object | The comment text in Atlassian Document Format, e.g. |
| visibility | object | The group or role to which this comment is visible, See |
| properties | string | Details of issue properties to be add or update, please provide an array of objects with keys and values. |
| additionalProperties | object | Extra properties of any type may be provided to this object. |
| notifyUsers | boolean | Whether users are notified when a comment is updated. |
| expand | string | Use expand to include additional information about comments in the response. This parameter accepts |