Optionalparameters: {Optionalexpand?: Optionalid?: string[]OptionalmaxResults?: numberThe maximum number of items to return per page.
OptionalorderBy?: Order the results by a field:
name sorts by the field nametrashDate sorts by the date the field was moved to the trashplannedDeletionDate sorts by the planned deletion dateOptionalquery?: stringString used to perform a case-insensitive partial match with field names or descriptions.
OptionalstartAt?: numberThe index of the first item to return in a page of results (page offset).
Optionaloptions: RequestOptions
Returns a paginated list of fields in the trash. The list may be restricted to fields whose field name or description partially match a string.
Only custom fields can be queried,
typemust be set tocustom.Permissions required: Administer Jira global permission.