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

x/jira/src/version3/models/workflowRulesSearch.ts>WorkflowRulesSearch

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

Details of the workflow and its transition rules.

Properties

workflowEntityId: string

The workflow ID.

ruleIds: string[]

The list of workflow rule IDs.

optional
expand: 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.