pub async fn get_comments_by_ids(
configuration: &Configuration,
issue_comment_list_request_bean: IssueCommentListRequestBean,
expand: Option<&str>,
) -> Result<PageBeanComment, Error<GetCommentsByIdsError>>Expand description
Returns a paginated list of just the comments for a list of comments specified by comment IDs. This operation can be accessed anonymously. Permissions required: Comments are returned 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 restricted to.