Add comment to issue
The Jira Add Comment to Issue tool enables seamless automation by allowing users to programmatically add comments directly to Jira issues. This integration simplifies collaboration and issue tracking within your Jira projects.
Features
- Automate adding detailed comments to specific Jira issues via API calls.
- Supports rich text formatting with Atlassian Document Format for comments.
- Allows setting visibility restrictions on comments for role or group-based access.
- Supports adding custom properties to comments for enhanced metadata management.
- Enables expanding comment details to retrieve rendered HTML content for display or processing.
Benefits
- Enhances team collaboration by keeping all stakeholders informed with up-to-date comments.
- Saves time by automating repetitive comment additions without manual intervention.
- Improves issue tracking accuracy with precise, context-rich comments.
- Provides flexible visibility options to control who can see sensitive comments.
- Integrates smoothly with other tools and workflows using the robust Jira REST API.
Description
Adds a new comment to an issue, See the docs
Parameters
7 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. |
| 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 | A list of comment properties. |
| additionalProperties | object | Extra properties of any type may be provided to this object. |
| expand | string | The Jira REST API uses resource expansion, which means that some parts of a resource are not returned unless specified in the request. This parameter accepts |