/
admAddScreenToTransition

admAddScreenToTransition

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Availability

This routine is available starting with SIL Engine™ 2.5.19 / 2.6.11.

Syntax

admAddScreenToTransition(workflow, transition, screen)

Description

Sets the screen for a workflow transition.

Parameters

Parameter name

Type

Required

Description

workflowstringyesWorkflow name.
transitionstringyesTransition name or id.
screenstringyesScreen name.

Return type

boolean

Returns 'true' if the screen was set on the workflow transition and 'false' otherwise.

Example

admAddScreenToTransition("My workflow", "Start Progress", "Default Screen");

The "Default Screen" will be set on the "Start Progress" transition for the workflow "My Workflow".

You cannot set a transition screen for the system workflow, as it is not editable.
If the workflow is active and already has a draft, the transition screen will only be set on the draft workflow, so you will need to publish the draft for the changes to take effect.

See also

Related content

admAddScreenToTransition
admAddScreenToTransition
More like this
getTransitionNameById
getTransitionNameById
More like this
getWorkflowTransition
getWorkflowTransition
More like this
Accessing the current screen
Accessing the current screen
More like this
admSetProjectWorkflowScheme
admSetProjectWorkflowScheme
More like this
autotransition
More like this