{
    "customfieldId": "customfield_10000",
    "isCustomFieldMissing": false,
    "name": "GitHub Issue",
    "fieldType": "STANDARD",
    "datasource": {
        "name": "GitHub",
        "category": "URL",
        "responseContentType": "JSON",
        "datasourceDefinitionId": "default:conf:1",
        "rootUrl": "https://api.github.com"
    },
    "datasourceDefinitionId": "default:conf:1",
    "customFieldMissing": false,
    "editView": {
        "widgetType": "AUTOCOMPLETE",
        "fieldRequestConfiguration": {
            "query": "/repos/facebook/react/issues",
            "keyIndex": "0",
            "dateFormat": "TIMESTAMP_S",
            "jsonRootPath": "$",
            "jsonColumns": [
                {
                    "name": "id",
                    "path": "$.number"
                },
                {
                    "name": "title",
                    "path": "$.title"
                }
            ]
        },
        "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": "{title}"
            }
        }
    },
    "displayView": {
        "issueView": {
            "fieldRequestConfiguration": {
                "query": "/repos/facebook/react/issues/$currentCustomfieldValue",
                "keyIndex": "0",
                "dateFormat": "TIMESTAMP_S",
                "jsonRootPath": "$",
                "jsonColumns": [
                    {
                        "name": "id",
                        "path": "$.id"
                    },
                    {
                        "name": "url",
                        "path": "$.html_url"
                    },
                    {
                        "name": "state",
                        "path": "$.state"
                    },
                    {
                        "name": "userlogin",
                        "path": "$.user.login"
                    },
                    {
                        "name": "useravatar",
                        "path": "$.user.avatar_url"
                    },
                    {
                        "name": "created_at",
                        "path": "$.created_at"
                    },
                    {
                        "name": "title",
                        "path": "$.title"
                    }
                ]
            },
            "templateConfiguration": {
                "displayTemplate": "<a href=\"{1}\">{title}</a>",
                "displayValueNotFound": "{currentCustomfieldValue}"
            },
            "maxSuggestions": 100,
            "isDisplayUnique": false
        },
        "statisticsView": {
            "templateConfiguration": {
                "displayTemplate": "<a href=\"{1}\">{title}</a><br>\nReported by <img src=\"{4}\" height=\"16px\" width=\"16px\"/> {3} on {5}",
                "displayValueNotFound": "{currentCustomfieldValue}"
            }
        }
    },
    "advancedView": {
        "debuggerActive": false,
        "cacheActive": false,
        "bypassJqlSecurity": false
    }
}