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

    Interface BulkEditGetFields

    Bulk Edit Get Fields Response.

    interface BulkEditGetFields {
        endingBefore?: string;
        fields?: IssueBulkEditField[];
        startingAfter?: string;
    }
    Index

    Properties

    endingBefore?: string

    The end cursor for use in pagination.

    fields?: IssueBulkEditField[]

    List of all the fields

    startingAfter?: string

    The start cursor for use in pagination.