Interface CustomerTransition
@PublicApi
public interface CustomerTransition
Customer transition configuration.
This configuration is normally extracted from the issue workflow and might or might not be executable by the actual customer (pending permissions, etc).
-
Method Summary
Modifier and TypeMethodDescriptionTitle of the underlying transitionConfigured title override.Configured submit name override.Id of the underlying transitionId of the underlying transitionTransition title to be displayed to the customer.Submit name to be displayed to the customer.
-
Method Details
-
getTransitionId
Integer getTransitionId()Id of the underlying transition -
getResolutionId
Id of the underlying transition -
getOriginalTransitionName
String getOriginalTransitionName()Title of the underlying transition -
getOverrideTransitionName
Configured title override. -
getTransitionName
String getTransitionName()Transition title to be displayed to the customer.This method returns the override title, and if not set, the original title.
-
getOverrideTransitionSubmitName
Configured submit name override. -
getTransitionSubmitName
String getTransitionSubmitName()Submit name to be displayed to the customer.This method returns the override submit name, and if not set, the original title.
-