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

    Interface Comment

    interface Comment {
        attachments?: PagedAttachment;
        author?: ServiceDeskModels.User;
        body?: string;
        created?: Date;
        Expands?: string[];
        id?: string;
        Links?: SelfLink;
        public?: boolean;
        renderedBody?: RenderedValue;
    }
    Index

    Properties

    attachments?: PagedAttachment
    body?: string

    Content of the comment.

    created?: Date
    Expands?: string[]

    List of items that can be expanded in the response by specifying the expand query parameter.

    id?: string

    ID of the comment.

    Links?: SelfLink
    public?: boolean

    Indicates whether the comment is public (true) or private/internal (false).

    renderedBody?: RenderedValue