jira.js
Guide
GitHub
Preparing search index...
cloud
WorkflowRuleConfigurationSchema
Variable WorkflowRuleConfigurationSchema
Const
WorkflowRuleConfigurationSchema
:
ZodObject
<
{
id
:
ZodOptional
<
ZodNullable
<
ZodString
>
>
;
parameters
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodAny
>
>
;
ruleKey
:
ZodString
;
}
,
$loose
,
>
= ...
The configuration of the rule.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
The configuration of the rule.