public class IssueCustomFieldValuesAppsApi extends Object
| Constructor and Description |
|---|
IssueCustomFieldValuesAppsApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
updateCustomFieldValue(String fieldIdOrKey,
CustomFieldValueUpdateRequest customFieldValueUpdateRequest,
Optional<Boolean> generateChangelog,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update custom field value
Updates the value of a custom field on one or more issues.
|
public IssueCustomFieldValuesAppsApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<Object> updateCustomFieldValue(String fieldIdOrKey, CustomFieldValueUpdateRequest customFieldValueUpdateRequest, Optional<Boolean> generateChangelog, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
fieldIdOrKey - The ID or key of the custom field. For example, `customfield_10010`. (required)customFieldValueUpdateRequest - (required)generateChangelog - Whether to generate a changelog for this update. Default: true. (optional, default to true)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.