Bulk Edit Get Fields Response.

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

Properties

endingBefore?: string

The end cursor for use in pagination.

List of all the fields

startingAfter?: string

The start cursor for use in pagination.