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

    Interface UpdateCustomFieldOption

    Details of the options to update for a custom field.

    interface UpdateCustomFieldOption {
        contextId: number;
        fieldId: string;
        options?: Version3Models.CustomFieldOptionUpdate[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextId: number

    The ID of the context.

    fieldId: string

    The ID of the custom field.

    Details of the options to update.