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

    Interface ReplaceCustomFieldOption

    interface ReplaceCustomFieldOption {
        contextId: number;
        fieldId: string;
        jql?: string;
        optionId: number;
        replaceWith?: number;
    }
    Index

    Properties

    contextId: number

    The ID of the context.

    fieldId: string

    The ID of the custom field.

    jql?: string

    A JQL query that specifies the issues to be updated. For example, project=10000.

    optionId: number

    The ID of the option to be deselected.

    replaceWith?: number

    The ID of the option that will replace the currently selected option.