/
getWorkflowTransition

getWorkflowTransition

Description

Retrieves transition information for a single workflow transition.

Parameters

Return Type

JWorkflowAction []

Returns an array of transition objects for a transition of a given name.

Example

string workflowName = "Software Simplified Workflow for Project TEST"; string transtionName = "Create"; JWorkflowAction[] actions = getWorkflowTransition(workflowName, transtionName); return actions; // String representation // Create|||com.atlassian.jira.workflow.validator.PermissionValidator|com.atlassian.jira.workflow.function.issue.IssueCreateFunction|com.atlassian.jira.workflow.function.issue.IssueReindexFunction|com.atlassian.jira.workflow.function.event.FireIssueEventFunction

See also

Related content

getAvailableTransitions
getAvailableTransitions
Read with this
getWorkflowTransition
getWorkflowTransition
More like this
Predefined structure types reference
Predefined structure types reference
Read with this
getAllWorkflowTransitions
getAllWorkflowTransitions
More like this
SIL Manager
Read with this
getTransitionNameById
getTransitionNameById
More like this