Interface AutoRoutingTagOperation
-
- All Superinterfaces:
Operation<AutoRoutingTagOperationResult>
public interface AutoRoutingTagOperation extends Operation<AutoRoutingTagOperationResult>
Represents an operation to change the routing tags of an issue.
- Since:
- 12.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoRoutingTagOperationResult
execute()
This method executes a routing tag operation on an issue.
-
-
-
Method Detail
-
execute
AutoRoutingTagOperationResult execute() throws AutoRoutingTagOperationFailedException
This method executes a routing tag operation on an issue.- Specified by:
execute
in interfaceOperation<AutoRoutingTagOperationResult>
- Returns:
- the AutoRoutingTagOperationResult contains additional information about the operation, if the operation has been performed successfully.
- Throws:
AutoRoutingTagOperationFailedException
- if the operation has failed- Since:
- 12.1
-
-