Last Updated: Sep 13, 2021
Use this function to delete a comment in the JIRA ticket.
Delete Comment (token, url, username, issue_key, comment_id)
Input Parameter Name | Description |
---|---|
token | JIRA API token |
url | JIRA URL |
username | JIRA username |
issue_key | Key of the Issue |
comment_id | ID of the comment to be deleted |
To know more about token, click here.
Return Value | Description |
---|---|
Output |
|
Delete Comment (ABCDCEF, https: //yourusername.atlassian.net, yourname@gmail.com, EX-30, CommentID)
To view all the JIRA functions, click here.