{
    "customfieldId": "customfield_10800",
    "isCustomFieldMissing": false,
    "name": "Azure AD user picker",
    "fieldType": "STANDARD",
    "datasource": {
        "name": "AZURE AD DS",
        "category": "URL",
        "responseContentType": "JSON",
        "datasourceDefinitionId": "default:conf:19",
        "rootUrl": "https://graph.microsoft.com/v1.0/users"
    },
    "datasourceDefinitionId": "default:conf:19",
    "customFieldMissing": false,
    "editView": {
        "widgetType": "AUTOCOMPLETE",
        "fieldRequestConfiguration": {
            "query": "",
            "keyIndex": "1",
            "dateFormat": "TIMESTAMP_S",
            "jsonRootPath": "$.value[*]",
            "jsonColumns": [
                {
                    "name": "Display Name",
                    "path": "$.displayName"
                },
                {
                    "name": "ID",
                    "path": "$.id"
                }
            ]
        },
        "fieldWidgetConfiguration": {
            "isMultiple": false,
            "isDisplayUnique": false,
            "noResultLabel": "No results",
            "minCharacters": 0,
            "maxSuggestions": 100,
            "editFirstDisplay": false,
            "nbLinesDefault": 0,
            "autoSelectUnique": false,
            "autoSelectAll": false,
            "alphaSort": false,
            "isHtmlEscape": false,
            "hide": false,
            "templateConfiguration": {
                "displayTemplate": "{0}"
            }
        }
    },
    "displayView": {
        "issueView": {
            "fieldRequestConfiguration": {
                "query": "",
                "keyIndex": "2",
                "dateFormat": "TIMESTAMP_S",
                "jsonRootPath": "$.value[?(@.id=='$currentCustomfieldValue')]",
                "jsonColumns": [
                    {
                        "name": "Display Name",
                        "path": "$.displayName"
                    },
                    {
                        "name": "ID",
                        "path": "$.id"
                    }
                ]
            },
            "templateConfiguration": {
                "displayTemplate": "{0}",
                "displayValueNotFound": "{currentCustomfieldValue}"
            },
            "maxSuggestions": 100,
            "isDisplayUnique": false
        }
    },
    "advancedView": {
        "debuggerActive": false,
        "cacheActive": true,
        "cacheDuration": 10000,
        "bypassJqlSecurity": false,
        "createMetaCompatibilityActive": false
    }
}