Function add_comment

Source
pub async fn add_comment(
    configuration: &Configuration,
    issue_id_or_key: &str,
    comment: Comment,
    expand: Option<&str>,
) -> Result<Comment, Error<AddCommentError>>
Expand description

Adds a comment to an issue. This operation can be accessed anonymously. Permissions required: * Browse projects and Add comments 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.