jira.js
Guide
GitHub
Preparing search index...
cloud
TransitionPreviewSchema
Variable TransitionPreviewSchema
Const
TransitionPreviewSchema
:
ZodObject
<
{
actions
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
id
:
ZodOptional
<
ZodString
>
;
parameters
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodAny
>
>
;
ruleKey
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
,
>
,
>
;
conditions
:
ZodOptional
<
ZodType
<
PreviewConditionGroupConfiguration
,
unknown
,
$ZodTypeInternals
<
PreviewConditionGroupConfiguration
,
unknown
>
,
>
,
>
;
customIssueEventId
:
ZodOptional
<
ZodString
>
;
description
:
ZodOptional
<
ZodString
>
;
id
:
ZodOptional
<
ZodString
>
;
links
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
fromPort
:
ZodOptional
<
ZodNumber
>
;
fromStatusReference
:
ZodOptional
<
ZodString
>
;
toPort
:
ZodOptional
<
ZodNumber
>
;
}
,
$loose
,
>
,
>
,
>
;
name
:
ZodOptional
<
ZodString
>
;
toStatusReference
:
ZodOptional
<
ZodString
>
;
transitionScreen
:
ZodOptional
<
ZodObject
<
{
id
:
ZodOptional
<
ZodString
>
;
parameters
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodAny
>
>
;
ruleKey
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
,
>
;
triggers
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
id
:
ZodOptional
<
ZodString
>
;
ruleKey
:
ZodOptional
<
ZodString
>
}
,
$loose
,
>
,
>
,
>
;
type
:
ZodOptional
<
ZodCustom
<
string
&
{}
|
"GLOBAL"
|
"INITIAL"
|
"DIRECTED"
,
string
&
{}
|
"GLOBAL"
|
"INITIAL"
|
"DIRECTED"
,
>
,
>
;
validators
:
ZodOptional
<
ZodArray
<
ZodObject
<
{
id
:
ZodOptional
<
ZodString
>
;
parameters
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodAny
>
>
;
ruleKey
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
,
>
,
>
;
}
,
$loose
,
>
= ...
Details about a workflow transition in preview context.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Details about a workflow transition in preview context.