java.lang.Object | |
↳ | com.atlassian.jira.workflow.WorkflowTransitionUtilImpl |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Pass a parameter into the action's "transientVars" parameter.
| |||||||||||
Legacy synonym for
getProject() | |||||||||||
This method is deprecated.
Use
getRemoteApplicationUser() instead. Since v6.2.3.
| |||||||||||
Gets key of user who the workflow transition will be executed as
| |||||||||||
This method is deprecated.
Use
getUserKey() instead. Since v6.0.
| |||||||||||
Checks if there's a screen associated with the workflow action for this transition.
| |||||||||||
Sets key of user who the workflow transition will be executed as
| |||||||||||
This method is deprecated.
Use
setUserkey(String) instead. Since v6.0.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Pass a parameter into the action's "transientVars" parameter.
Gets key of user who the workflow transition will be executed as
This method is deprecated.
Use getUserKey()
instead. Since v6.0.
Gets username of user who the workflow transition will be executed as
Checks if there's a screen associated with the workflow action for this transition. Returns false if no screen is associated with the action.
Sets key of user who the workflow transition will be executed as
userkey | desired user's key |
---|
This method is deprecated.
Use setUserkey(String)
instead. Since v6.0.
Sets username of user who the workflow transition will be executed as
username | desired username |
---|