interface GetComment {
    expand?: string;
    id: string;
    issueIdOrKey: string;
}

Properties

expand?: string

Use expand to include additional information about comments in the response. This parameter accepts renderedBody, which returns the comment body rendered in HTML.

id: string

The ID of the comment.

issueIdOrKey: string

The ID or key of the issue.