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

    Interface GetAttachmentsForRequest

    interface GetAttachmentsForRequest {
        issueIdOrKey: string;
        limit?: number;
        start?: number;
    }
    Index

    Properties

    issueIdOrKey: string

    The ID or key of the customer request from which the attachments will be listed.

    limit?: number

    The maximum number of comments to return per page. Default: 50. See the Pagination section for more details.

    start?: number

    The starting index of the returned attachment. Base index: 0. See the Pagination section for more details.