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

x/jira/src/version3/parameters/getWorkflowTransitionRuleConfigurations.ts>GetWorkflowTransitionRuleConfigurations

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface GetWorkflowTransitionRuleConfigurations
import { type GetWorkflowTransitionRuleConfigurations } from "https://deno.land/x/jira@v3.0.2/src/version3/parameters/getWorkflowTransitionRuleConfigurations.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.

types: (
| "postfunction"
| "condition"
| "validator"
| string
)[]

The types of the transition rules to return.

optional
keys: string[]

The transition rule class keys, as defined in the Connect or the Forge app descriptor, of the transition rules to return.

optional
workflowNames: string[]

The list of workflow names to filter by.

optional
withTags: string[]

The list of tags to filter by.

optional
draft: boolean

Whether draft or published workflows are returned. If not provided, both workflow types are returned.

optional
expand: "transition" | string

Use expand to include additional information in the response. This parameter accepts transition, which, for each rule, returns information about the transition the rule is assigned to.