jira.js
Guide
GitHub
Preparing search index...
cloud
WorkflowRulesSchema
Variable WorkflowRulesSchema
Const
WorkflowRulesSchema
:
ZodObject
<
{
conditionsTree
:
ZodOptional
<
ZodType
<
WorkflowCondition
,
unknown
,
$ZodTypeInternals
<
WorkflowCondition
,
unknown
>
,
>
,
>
;
postFunctions
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
configuration
:
ZodOptional
<
ZodUnknown
>
;
type
:
ZodString
}
,
$loose
,
>
,
>
,
>
;
validators
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
configuration
:
ZodOptional
<
ZodUnknown
>
;
type
:
ZodString
}
,
$loose
,
>
,
>
,
>
;
}
,
$loose
,
>
= ...
A collection of transition rules.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
A collection of transition rules.