JiraRestApi\Field\FieldService::getCustomFieldOption PHP Method

getCustomFieldOption() public method

public getCustomFieldOption ( $id )
    public function getCustomFieldOption($id)
    {
        $ret = $this->exec('/customFieldOption', null);
        $this->log->addDebug("Create Field=\n" . $ret);
        return $ret;
    }