{
    "customfieldId": "customfield_10047",
    "isCustomFieldMissing": false,
    "name": "Repositories",
    "fieldType": "STANDARD",
    "datasource": {
        "name": "Github",
        "category": "URL",
        "responseContentType": "JSON",
        "datasourceDefinitionId": "default:conf:5",
        "rootUrl": "https://api.github.com"
    },
    "datasourceDefinitionId": "default:conf:5",
    "customFieldMissing": false,
    "editView": {
        "widgetType": "AUTOCOMPLETE",
        "fieldRequestConfiguration": {
            "query": "## you can change the query below, adapt it to your own needs\n## check GitHub REST API documentation to discover all the options: https://developer.github.com/v3/\n#set($query = $userInput+'++org:mozilla')\nsearch/repositories?q=$query",
            "keyIndex": "0",
            "dateFormat": "TIMESTAMP_S",
            "jsonRootPath": "$.items",
            "jsonColumns": [
                {
                    "name": "name",
                    "path": "$.name"
                }
            ]
        },
        "fieldWidgetConfiguration": {
            "isMultiple": true,
            "isDisplayUnique": false,
            "noResultLabel": "No results",
            "minCharacters": 0,
            "maxSuggestions": 100,
            "editFirstDisplay": false,
            "nbLinesDefault": 0,
            "autoSelectUnique": false,
            "autoSelectAll": false,
            "alphaSort": true,
            "isHtmlEscape": false,
            "hide": false,
            "templateConfiguration": {
                "displayTemplate": "{name}"
            }
        }
    },
    "displayView": {
        "issueView": {
            "fieldRequestConfiguration": {
                "query": "$query.abort()",
                "keyIndex": "0",
                "dateFormat": "TIMESTAMP_S",
                "jsonRootPath": "$.items",
                "jsonColumns": [
                    {
                        "name": "name",
                        "path": "$.name"
                    }
                ]
            },
            "templateConfiguration": {
                "displayTemplateMode": "TABLE",
                "tableDisplayTemplate": [
                    {
                        "name": "",
                        "template": "{name}"
                    }
                ],
                "displayValueNotFound": "{currentCustomfieldValue}"
            },
            "maxSuggestions": 100,
            "isDisplayUnique": false
        }
    },
    "advancedView": {
        "debuggerActive": false,
        "cacheActive": true,
        "cacheDuration": 600000,
        "bypassJqlSecurity": false
    }
}