Klasse ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder
- Umschließende Klasse:
ReplaceIssueFieldOptionOperationSpec
public static class ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**.A JQL query that specifies the issues to be updated.The ID of the option to be deselected.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.replaceWith
(@Nullable Long replaceWith) The ID of the option that will replace the currently selected option.toString()
-
Methodendetails
-
fieldKey
public ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder fieldKey(@NotNull @NotNull String fieldKey) The field key is specified in the following format: **$(app-key)\\_\\_$(field-key)**. For example, *example-add-on\\_\\_example-issue-field*. To determine thefieldKey
value, do one of the following: * open the app's plugin descriptor, then **app-key** is the key at the top and **field-key** is the key in thejiraIssueFields
module. **app-key** can also be found in the app listing in the Atlassian Universal Plugin Manager. * run [Get fields](#api-rest-api-3-field-get) and in the field details the value is returned inkey
. For example,"key": "teams-add-on__team-issue-field"
- Gibt zurück:
this
.
-
optionId
public ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder optionId(@NotNull @NotNull Long optionId) The ID of the option to be deselected.- Gibt zurück:
this
.
-
replaceWith
public ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder replaceWith(@Nullable @Nullable Long replaceWith) The ID of the option that will replace the currently selected option.- Gibt zurück:
this
.
-
jql
public ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder jql(@Nullable @Nullable String jql) A JQL query that specifies the issues to be updated. For example, *project=10000*.- Gibt zurück:
this
.
-
overrideScreenSecurity
public ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder overrideScreenSecurity(@Nullable @Nullable Boolean overrideScreenSecurity) Whether screen security is overridden to enable hidden fields to be edited. Available to Connect and Forge app users with admin permission.- Gibt zurück:
this
.
-
overrideEditableFlag
public ReplaceIssueFieldOptionOperationSpec.ReplaceIssueFieldOptionOperationSpecBuilder overrideEditableFlag(@Nullable @Nullable Boolean overrideEditableFlag) Whether screen security is overridden to enable uneditable fields to be edited. Available to Connect and Forge app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).- Gibt zurück:
this
.
-
build
-
toString
-