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

    Interface JsonType

    The schema of a field.

    interface JsonType {
        configuration?: {};
        custom?: string;
        customId?: number;
        items?: string;
        system?: string;
        type: string;
    }
    Index

    Properties

    configuration?: {}

    If the field is a custom field, the configuration of the field.

    custom?: string

    If the field is a custom field, the URI of the field.

    customId?: number

    If the field is a custom field, the custom ID of the field.

    items?: string

    When the data type is an array, the name of the field items within the array.

    system?: string

    If the field is a system field, the name of the field.

    type: string

    The data type of the field.