Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/ruleConfiguration.ts>RuleConfiguration

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

A rule configuration.

Properties

optional
disabled: boolean

EXPERIMENTAL: Whether the rule is disabled.

optional
tag: string

EXPERIMENTAL: A tag used to filter rules in Get workflow transition rule configurations.

value: string

Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.