Class: CustomFieldOptionClient

CustomFieldOptionClient(jiraClient)

new CustomFieldOptionClient(jiraClient)

Used to access Jira REST endpoints in '/rest/api/2/customFieldOptions'

Parameters:
Name Type Description
jiraClient JiraClient
Source:

Methods

getCustomFieldOption(opts, callbackopt) → {Promise}

Returns a full representation of the Custom Field Option that has the given id.

Parameters:
Name Type Attributes Description
opts Object

The request options sent to the Jira API

Properties
Name Type Description
fieldOptionId string

A String containing an Custom Field Option id

callback <optional>

Called when data has been retrieved

Source:
Returns:

Resolved when data has been retrieved

Type
Promise