 
       Last Updated: May 10, 2022
Use this function to update a comment in the JIRA ticket.
Update Comment (token, url, username, issue_key, comment_id, comment)
| 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 updated | 
| comment | New comment | 
To know more about token, click here.
| Return Value | Description | 
|---|---|
| Output | 
 | 
Update Comment (ABCDCEF, https: //yourusername.atlassian.net, yourname@gmail.com, EX-30, CMT-23, New comment)
To view all the JIRA functions, click here.