Class CreateIssueOperationSpec.CreateIssueOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.CreateIssueOperationSpec.CreateIssueOperationSpecBuilder
- Enclosing class:
- CreateIssueOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.
-
Method Details
-
issueUpdateDetails
public CreateIssueOperationSpec.CreateIssueOperationSpecBuilder issueUpdateDetails(@NotNull @NotNull IssueUpdateDetails issueUpdateDetails) - Returns:
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.- Returns:
this
.
-
build
-
toString
-