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

    Interface ContextualConfiguration

    Details of the contextual configuration for a custom field.

    interface ContextualConfiguration {
        configuration?: {};
        fieldContextId: string;
        id: string;
        schema?: {};
    }
    Index

    Properties

    configuration?: {}

    The field configuration.

    fieldContextId: string

    The ID of the field context the configuration is associated with.

    id: string

    The ID of the configuration.

    schema?: {}

    The field value schema.