jira.js
Guide
GitHub
Preparing search index...
cloud
TransitionSchema
Variable TransitionSchema
Const
TransitionSchema
:
ZodObject
<
{
description
:
ZodString
;
from
:
ZodArray
<
ZodString
>
;
id
:
ZodString
;
name
:
ZodString
;
properties
:
ZodOptional
<
ZodRecord
<
ZodString
,
ZodAny
>
>
;
rules
:
ZodOptional
<
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
,
>
,
>
;
screen
:
ZodOptional
<
ZodObject
<
{
id
:
ZodString
;
name
:
ZodOptional
<
ZodString
>
}
,
$loose
>
,
>
;
to
:
ZodString
;
type
:
ZodCustom
<
"global"
|
string
&
{}
|
"initial"
|
"directed"
,
"global"
|
string
&
{}
|
"initial"
|
"directed"
,
>
;
}
,
$loose
,
>
= ...
Details of a workflow transition.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Details of a workflow transition.