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

x/jira/src/version3/parameters/getStatusesById.ts>GetStatusesById

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

Properties

optional
expand:
| "usages"
| "workflowUsages"
| ("usages" | "workflowUsages")[]
| string
| string[]

Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:

  • usages Returns the project and issue types that use the status in their workflow.
  • workflowUsages Returns the workflows that use the status.
id: string[]

The list of status IDs. To include multiple IDs, provide an ampersand-separated list. For example, id=10000&id=10001.

Min items 1, Max items 50