{
    "customfieldId": "customfield_10802",
    "isCustomFieldMissing": false,
    "name": "Hubspot - Contact",
    "fieldType": "STANDARD",
    "datasource": {
        "name": "Hubspot",
        "category": "URL",
        "responseContentType": "JSON",
        "datasourceDefinitionId": "default:conf:17",
        "rootUrl": "https://api.hubapi.com"
    },
    "datasourceDefinitionId": "default:conf:17",
    "customFieldMissing": false,
    "editView": {
        "widgetType": "AUTOCOMPLETE",
        "fieldRequestConfiguration": {
            "query": "contacts/v1/search/query?q=$util.encodeURIComponent($userInput)&hapikey=cc7e90b1-f762-405d-8b63-8e1a754060e8&count=100",
            "keyIndex": "0",
            "dateFormat": "TIMESTAMP_S",
            "jsonRootPath": "$.contacts",
            "jsonColumns": [
                {
                    "name": "id",
                    "path": "$.vid"
                },
                {
                    "name": "firstname",
                    "path": "$.properties.firstname.value"
                },
                {
                    "name": "lastname",
                    "path": "$.properties.lastname.value"
                },
                {
                    "name": "company",
                    "path": "$.properties.company.value"
                }
            ]
        },
        "fieldWidgetConfiguration": {
            "isMultiple": false,
            "isDisplayUnique": false,
            "noResultLabel": "No results",
            "minCharacters": 0,
            "maxSuggestions": 1500,
            "editFirstDisplay": false,
            "nbLinesDefault": 0,
            "autoSelectUnique": false,
            "autoSelectAll": false,
            "alphaSort": true,
            "isHtmlEscape": false,
            "hide": false,
            "templateConfiguration": {
                "displayTemplate": "{firstname} {lastname} ({company})"
            }
        }
    },
    "displayView": {
        "issueView": {
            "fieldRequestConfiguration": {
                "query": "contacts/v1/contact/vid/$currentCustomfieldValue/profile?hapikey=cc7e90b1-f762-405d-8b63-8e1a754060e8&count=100",
                "keyIndex": "0",
                "dateFormat": "TIMESTAMP_S",
                "jsonRootPath": "",
                "jsonColumns": [
                    {
                        "name": "id",
                        "path": "$.vid"
                    },
                    {
                        "name": "firstname",
                        "path": "$.properties.firstname.value"
                    },
                    {
                        "name": "lastname",
                        "path": "$.properties.lastname.value"
                    }
                ]
            },
            "maxSuggestions": 1500,
            "isDisplayUnique": false
        }
    },
    "advancedView": {
        "debuggerActive": false,
        "cacheActive": true,
        "cacheDuration": 86400000,
        "bypassJqlSecurity": false,
        "createMetaCompatibilityActive": false
    }
}