public class IssueCustomFieldContextsApi extends Object
| Constructor and Description |
|---|
IssueCustomFieldContextsApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Object> |
deleteCustomFieldContext(String fieldId,
Long contextId,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Delete custom field context
Deletes [ custom field context](https://confluence.atlassian.com/adminjiracloud/what-are-custom-field-contexts-991923859.html).
|
public IssueCustomFieldContextsApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<Object> deleteCustomFieldContext(String fieldId, Long contextId, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
fieldId - The ID of the custom field. (required)contextId - The ID of the context. (required)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.