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

    Interface DeleteCustomFieldContext

    interface DeleteCustomFieldContext {
        contextId: number;
        fieldId: string;
    }
    Index

    Properties

    Properties

    contextId: number

    The ID of the context.

    fieldId: string

    The ID of the custom field.