pub async fn update_comment(
configuration: &Configuration,
issue_id_or_key: &str,
id: &str,
comment: Comment,
expand: Option<&str>,
) -> Result<Comment, Error<UpdateCommentError>>
Expand description
Updates a comment. This operation can be accessed anonymously. Permissions required: * Browse projects project permission for the project that the issue containing the comment is in. * If issue-level security is configured, issue-level security permission to view the issue. * Edit all comments project permission to update any comment or Edit own comments to update comment created by the user. * If the comment has visibility restrictions, the user belongs to the group or has the role visibility is restricted to.