Details of the options for a select list issue field.

interface IssueFieldOption {
    config?: Version2.Version2Models.IssueFieldOptionConfiguration;
    id: number;
    properties?: Record<string, any>;
    value: string;
}

Hierarchy (view full)

Properties

id: number

The unique identifier for the option. This is only unique within the select field's set of options.

properties?: Record<string, any>

The properties of the object, as arbitrary key-value pairs. These properties can be searched using JQL, if the extractions (see Issue Field Option Property Index) are defined in the descriptor for the issue field module.

value: string

The option's name, which is displayed in Jira.