public class CustomFieldOptionApi extends Object
| Constructor and Description |
|---|
CustomFieldOptionApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<CustomFieldOption> |
getCustomFieldOption(String id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get custom field option
Returns a custom field option.
|
public CustomFieldOptionApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<CustomFieldOption> getCustomFieldOption(String id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Returns a custom field option. For example, an option in a cascading select list.
This operation can be accessed anonymously.
Permissions required: None.
id - The ID of the custom field option. To find this ID, configure the custom field and edit its options in Jira. Click the option and its ID will show in the URL as the selectedParentOptionId parameter.
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.