Interface SupervisorRoutingTagOperation
- All Superinterfaces:
Operation<SupervisorRoutingTagOperationResult>
public interface SupervisorRoutingTagOperation
extends Operation<SupervisorRoutingTagOperationResult>
Represents an operation to change the routing tags of an issue by a supervisor.
- Since:
- 12.1
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
This method executes a routing tag operation on an issue as a supervisor.
-
Method Details
-
execute
This method executes a routing tag operation on an issue as a supervisor.- Specified by:
execute
in interfaceOperation<SupervisorRoutingTagOperationResult>
- Returns:
- the SupervisorRoutingTagOperationResult contains additional information about the operation, if the operation has been performed successfully.
- Throws:
SupervisorRoutingTagOperationFailedException
- if the operation has failed- Since:
- 12.1
-