com.atlassian.jira.functest.framework.admin.WorkflowSteps |
![]()
|
Represents the 'Workflow steps' page functionality
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a step the current workflow.
| |||||||||||
Adds a transition to the current workflow
| |||||||||||
Edit transition with given transitionId for step with given stepId.
|
Adds a step the current workflow.
stepName | The name of the step. |
---|---|
linkedStatus | The status to be linked to this step. |
Adds a transition to the current workflow
stepName | The origin workflow step for this transition. |
---|---|
transitionName | The name of the transition to add. |
transitionDescription | A description for the transition to add. |
destinationStep | The destination step for this transition. |
transitionFieldScreen | The screen to display. |
Edit transition with given transitionId for step with given stepId.
stepId | ID of the step |
---|---|
transitionId | ID of the transition |