Klasse CreateIssueOperationSpec.CreateIssueOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreateIssueOperationSpec.CreateIssueOperationSpecBuilder
- Umschließende Klasse:
CreateIssueOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
issueUpdateDetails
(@NotNull IssueUpdateDetails issueUpdateDetails) toString()
updateHistory
(@Nullable Boolean updateHistory) Whether the project in which the issue is created is added to the user's **Recently viewed** project list, as shown under **Projects** in Jira.
-
Methodendetails
-
issueUpdateDetails
public CreateIssueOperationSpec.CreateIssueOperationSpecBuilder issueUpdateDetails(@NotNull @NotNull IssueUpdateDetails issueUpdateDetails) - Gibt zurück:
this
.
-
updateHistory
public CreateIssueOperationSpec.CreateIssueOperationSpecBuilder updateHistory(@Nullable @Nullable Boolean updateHistory) Whether the project in which the issue is created is added to the user's **Recently viewed** project list, as shown under **Projects** in Jira. When provided, the issue type and request type are added to the user's history for a project. These values are then used to provide defaults on the issue create screen.- Gibt zurück:
this
.
-
build
-
toString
-