Delete comment
- Updated: 2026/04/24
The Delete comment action deletes a comment from the specified Jira issue and returns the deletion status.
Overview
The authenticated user can delete the comment if the comment does not have visibility restrictions.
Settings
- Session
- The Jira session that the
Connect action creates. The session name is used
as the authentication context for the operation. Choose one of the following
options as per the Connect action settings:
- Session name: Select the string variable that stores the session name or enter the session name manually in the text box.
- Variable: Select the Jira session variable that holds the session name.
- Issue key
- The Jira issue from which the comment must be deleted. For example, PROJ-123
- Comment ID
- The ID of the comment that must be deleted.
- Assign output to variable
- The boolean variable to store the deletion status. The value is
truefor successful deletion andfalseif the deletion fails.