Jira.js - Jira Cloud API library
    Preparing search index...

    Interface CustomFieldOption

    Details of a custom option for a field.

    interface CustomFieldOption {
        self?: string;
        value?: string;
    }
    Index

    Properties

    Properties

    self?: string

    The URL of these custom field option details.

    value?: string

    The value of the custom field option.