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

    Interface GetCommentsByIds

    interface GetCommentsByIds {
        expand?: string | string[];
        ids: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    expand?: string | string[]

    Use expand to include additional information about comments in the response. This parameter accepts a comma-separated list. Expand options include:

    • renderedBody Returns the comment body rendered in HTML.
    • properties Returns the comment's properties.
    ids: number[]

    The list of comment IDs. A maximum of 1000 IDs can be specified.