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

x/jira/src/version2/models/availableWorkflowSystemRule.ts>AvailableWorkflowSystemRule

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

The Atlassian provided system rules available.

Properties

description: string

The rule description.

incompatibleRuleKeys: string[]

List of rules that conflict with this one.

isAvailableForInitialTransition: boolean

Whether the rule can be added to an initial transition.

isVisible: boolean

Whether the rule is visible.

name: string

The rule name.

ruleKey: string

The rule key.

ruleType: string

The rule type.