Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/parameters/getTrashedFieldsPaginated.ts>GetTrashedFieldsPaginated

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetTrashedFieldsPaginated
import { type GetTrashedFieldsPaginated } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/getTrashedFieldsPaginated.ts";

Properties

optional
startAt: number

The index of the first item to return in a page of results (page offset).

optional
maxResults: number

The maximum number of items to return per page.

optional
id: string[]
optional
query: string

String used to perform a case-insensitive partial match with field names or descriptions.

optional
expand: string | string[]
optional
orderBy:
| "name"
| "-name"
| "+name"
| "trashDate"
| "-trashDate"
| "+trashDate"
| "plannedDeletionDate"
| "-plannedDeletionDate"
| "+plannedDeletionDate"
| "projectsCount"
| "-projectsCount"
| "+projectsCount"
| string

Order the results by a field:

  • name sorts by the field name
  • trashDate sorts by the date the field was moved to the trash
  • plannedDeletionDate sorts by the planned deletion date