get_comments

Function get_comments 

Source
pub async fn get_comments(
    configuration: &Configuration,
    issue_id_or_key: &str,
    start_at: Option<i64>,
    max_results: Option<i32>,
    order_by: Option<&str>,
    expand: Option<&str>,
) -> Result<PageOfComments, Error<GetCommentsError>>
Expand description

Returns all comments for an issue. This operation can be accessed anonymously. Permissions required: Comments are included in the response where the user has: * Browse projects project permission for the project containing the comment. * If issue-level security is configured, issue-level security permission to view the issue. * If the comment has visibility restrictions, belongs to the group or has the role visibility is role visibility is restricted to.