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

    Interface DeleteCustomFieldOption

    interface DeleteCustomFieldOption {
        contextId: number;
        fieldId: string;
        optionId: number;
    }
    Index

    Properties

    contextId: number

    The ID of the context from which an option should be deleted.

    fieldId: string

    The ID of the custom field.

    optionId: number

    The ID of the option to delete.