@PublicApi
public interface CustomerTransition
This configuration is normally extracted from the issue workflow and might or might not be executable by the actual customer (pending permissions, etc).
Modifier and Type | Method and Description |
---|---|
String |
getOriginalTransitionName()
Title of the underlying transition
|
Optional<String> |
getOverrideTransitionName()
Configured title override.
|
Optional<String> |
getOverrideTransitionSubmitName()
Configured submit name override.
|
Optional<String> |
getResolutionId()
Id of the underlying transition
|
Integer |
getTransitionId()
Id of the underlying transition
|
String |
getTransitionName()
Transition title to be displayed to the customer.
|
String |
getTransitionSubmitName()
Submit name to be displayed to the customer.
|
Integer getTransitionId()
String getOriginalTransitionName()
String getTransitionName()
This method returns the override title, and if not set, the original title.
Optional<String> getOverrideTransitionSubmitName()
String getTransitionSubmitName()
This method returns the override submit name, and if not set, the original title.
Copyright © 2024 Atlassian. All rights reserved.