Interface RoutingTagOperationBuilder.WithIssue.WithRoutingTags
- Enclosing interface:
RoutingTagOperationBuilder.WithIssue
public static interface RoutingTagOperationBuilder.WithIssue.WithRoutingTags
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionadd
(RoutingTag... routingTags) With this method the specified routing tags will be added to the issue.auto()
remove
(RoutingTag... routingTags) With this method the specified routing tags will be removed from the issue.supervisor
(User user)
-
Method Details
-
supervisor
RoutingTagOperationBuilder.WithIssue.WithRoutingTags.AsSupervisor supervisor(User user) throws ValidationException - Parameters:
user
- the user executing the operation- Returns:
- the RoutingTagOperationBuilder.WithIssue.WithRoutingTags.AsSupervisor
- Throws:
ValidationException
- e.g. if the specified user is invalid or the routing tags of the issue cannot be changed by this user- Since:
- 12.1
-
auto
- Returns:
- the RoutingTagOperationBuilder.WithIssue.WithRoutingTags.Auto
- Throws:
ValidationException
- e.g. if the routing tags of the issue cannot be changed- Since:
- 12.1
-
add
RoutingTagOperationBuilder.WithIssue.WithRoutingTags add(RoutingTag... routingTags) throws ValidationException With this method the specified routing tags will be added to the issue. Any existing routing tag assignments for the issue will not be affected.- Parameters:
routingTags
- the routing tags to be added to the issue- Returns:
- the RoutingTagOperationBuilder.WithIssue.WithRoutingTags
- Throws:
ValidationException
- if the routing tags are invalid or the issue has an inappropriate status.- Since:
- 12.1
-
remove
RoutingTagOperationBuilder.WithIssue.WithRoutingTags remove(RoutingTag... routingTags) throws ValidationException With this method the specified routing tags will be removed from the issue.- Parameters:
routingTags
- the routing tags to be removed from the issue- Returns:
- the RoutingTagOperationBuilder.WithIssue.WithRoutingTags
- Throws:
ValidationException
- if the routing tags are invalid or the issue has an inappropriate status.- Since:
- 12.1
-