jira.js
Guide
GitHub
Preparing search index...
cloud
IssueTypeWorkflowMappingSchema
Variable IssueTypeWorkflowMappingSchema
Const
IssueTypeWorkflowMappingSchema
:
ZodObject
<
{
issueType
:
ZodOptional
<
ZodString
>
;
updateDraftIfNeeded
:
ZodOptional
<
ZodBoolean
>
;
workflow
:
ZodOptional
<
ZodString
>
;
}
,
$loose
,
>
= ...
Details about the mapping between an issue type and a workflow.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guide
GitHub
jira.js
Loading...
Details about the mapping between an issue type and a workflow.