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

    Interface CreateCustomFieldOption

    Details of the options to create for a custom field.

    interface CreateCustomFieldOption {
        contextId: number;
        fieldId: string;
        options?: Version3Models.CustomFieldOptionCreate[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextId: number

    The ID of the context.

    fieldId: string

    The ID of the custom field.

    Details of options to create.