{
    "customfieldId": "customfield_10109",
    "isCustomFieldMissing": false,
    "name": "Jira Project",
    "fieldType": "STANDARD",
    "datasource": {
        "name": "Atlassian Jira",
        "category": "URL",
        "responseContentType": "JSON",
        "datasourceDefinitionId": "default:conf:8",
        "rootUrl": "https://jira.atlassian.com/rest"
    },
    "datasourceDefinitionId": "default:conf:8",
    "customFieldMissing": false,
    "editView": {
        "widgetType": "AUTOCOMPLETE",
        "fieldRequestConfiguration": {
            "query": "api/2/project",
            "keyIndex": "0",
            "dateFormat": "TIMESTAMP_S",
            "jsonRootPath": "$.[?(@.key != 'REQ')]",
            "jsonColumns": [
                {
                    "name": "id",
                    "path": "$.id"
                },
                {
                    "name": "name",
                    "path": "$.name"
                },
                {
                    "name": "icon",
                    "path": "$.avatarUrls.16x16"
                },
                {
                    "name": "key",
                    "path": "$.key"
                }
            ]
        },
        "fieldWidgetConfiguration": {
            "isMultiple": true,
            "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": "<img src=\"{icon}\" style=\"margin-bottom:-2px; width:16px\"/> {name}"
            }
        }
    },
    "displayView": {
        "issueView": {
            "templateConfiguration": {
                "displayTemplateMode": "TABLE",
                "tableDisplayTemplate": [
                    {
                        "name": "",
                        "template": "<img src=\"{icon}\" style=\"width:16px\"/> \n<a href=\"http://demos.elements-apps.com:8082/plugins/servlet/project-config/{key}/permissions\" target=\"_blank\">{name}</a>"
                    }
                ],
                "displayValueNotFound": "{currentCustomfieldValue}"
            },
            "maxSuggestions": 100,
            "isDisplayUnique": false
        }
    },
    "advancedView": {
        "debuggerActive": false,
        "cacheActive": false,
        "bypassJqlSecurity": false
    }
}