Jira.js - Jira Cloud API library
    Preparing search index...

    Interface GetComment

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

    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.