Klasse AssignIssueOperationSpec.AssignIssueOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AssignIssueOperationSpec.AssignIssueOperationSpecBuilder
- Umschließende Klasse:
AssignIssueOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue to be assigned.toString()
The request object with the user that the issue is assigned to.
-
Methodendetails
-
issueIdOrKey
public AssignIssueOperationSpec.AssignIssueOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue to be assigned.- Gibt zurück:
this
.
-
user
The request object with the user that the issue is assigned to.- Gibt zurück:
this
.
-
build
-
toString
-