Class EditIssueOperationSpec.EditIssueOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.EditIssueOperationSpec.EditIssueOperationSpecBuilder
- Enclosing class:
- EditIssueOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The Get issue API expand parameter to use in the response if thereturnIssueparameter istrue.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.issueUpdateDetails(@NotNull IssueUpdateDetails issueUpdateDetails) notifyUsers(@Nullable Boolean notifyUsers) Whether a notification email about the issue update is sent to all watchers.overrideEditableFlag(@Nullable Boolean overrideEditableFlag) Whether screen security is overridden to enable uneditable fields to be edited.overrideScreenSecurity(@Nullable Boolean overrideScreenSecurity) Whether screen security is overridden to enable hidden fields to be edited.returnIssue(@Nullable Boolean returnIssue) Whether the response should contain the issue with fields edited in this request.toString()
-
Method Details
-
issueIdOrKey
public EditIssueOperationSpec.EditIssueOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this.
-
issueUpdateDetails
public EditIssueOperationSpec.EditIssueOperationSpecBuilder issueUpdateDetails(@NotNull @NotNull IssueUpdateDetails issueUpdateDetails) - Returns:
this.
-
notifyUsers
public EditIssueOperationSpec.EditIssueOperationSpecBuilder notifyUsers(@Nullable @Nullable Boolean notifyUsers) Whether a notification email about the issue update is sent to all watchers. To disable the notification, administer Jira or administer project permissions are required. If the user doesn't have the necessary permission the request is ignored.- Returns:
this.
-
overrideScreenSecurity
public EditIssueOperationSpec.EditIssueOperationSpecBuilder overrideScreenSecurity(@Nullable @Nullable Boolean overrideScreenSecurity) Whether screen security is overridden to enable hidden fields to be edited. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).- Returns:
this.
-
overrideEditableFlag
public EditIssueOperationSpec.EditIssueOperationSpecBuilder overrideEditableFlag(@Nullable @Nullable Boolean overrideEditableFlag) Whether screen security is overridden to enable uneditable fields to be edited. Available to Connect app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) and Forge apps acting on behalf of users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).- Returns:
this.
-
returnIssue
public EditIssueOperationSpec.EditIssueOperationSpecBuilder returnIssue(@Nullable @Nullable Boolean returnIssue) Whether the response should contain the issue with fields edited in this request. The returned issue will have the same format as in the [Get issue API](#api-rest-api-3-issue-issueidorkey-get).- Returns:
this.
-
expand
public EditIssueOperationSpec.EditIssueOperationSpecBuilder expand(@Nullable @Nullable String expand) The Get issue API expand parameter to use in the response if thereturnIssueparameter istrue.- Returns:
this.
-
build
-
toString
-