Interface RoutingTagOperationBuilder
public interface RoutingTagOperationBuilder
The
RoutingTagOperationBuilder
provides specific builders
to build a routing tag operation on an issue.- Since:
- 12.1
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
issue
- Parameters:
issueId
- the issueId of the issue- Returns:
- the RoutingTagOperationBuilder.WithIssue
- Throws:
ValidationException
- if the issueId is invalid or the issue has an inappropriate status.- Since:
- 12.1
-
issue
- Parameters:
issue
- the issue- Returns:
- the RoutingTagOperationBuilder.WithIssue
- Throws:
ValidationException
- if the issue is invalid or the issue has an inappropriate status.- Since:
- 12.1
-