/
getTransitionNameById
getTransitionNameById
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™ 3.0.2.
Syntax
getTransitionNameById(workflowName, transitionId)
Description
Gets the transition name by the workflow name and transition id.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
workflow name | string | Yes | Workflow name of the transition. |
transition id | number | Yes | Transition id. |
Return type
string
Returns the transition name for the workflow name and transition id provided.
Example
return getTransitionNameById("ADMROUTINES WORKFLOW",3);
See also
Related content
getWorkflowTransition
getWorkflowTransition
More like this
getTransitionNameById
getTransitionNameById
More like this
getAllWorkflowTransitions
getAllWorkflowTransitions
More like this
getWorkflowTransition
getWorkflowTransition
More like this
getWorkflowsFromSchemeName
getWorkflowsFromSchemeName
More like this
getWorkflowName
getWorkflowName
More like this