{
    "customfieldId": "customfield_10205",
    "name": "Group picker",
    "fieldType": "STANDARD",
    "datasource": {
        "name": "Jira database (SQL)",
        "category": "SQL",
        "responseContentType": "SQL",
        "datasourceDefinitionId": "default:static:JIRA_SQL"
    },
    "datasourceDefinitionId": "default:static:JIRA_SQL",
    "editView": {
        "widgetType": "AUTOCOMPLETE",
        "fieldRequestConfiguration": {
            "query": "select LOWER_GROUP_NAME, group_name\nfrom CWD_GROUP\n## Exclude groups starting with \"jira\"\nwhere group_name NOT LIKE 'jira%'\norder by Group_name",
            "keyIndex": "0",
            "dateFormat": "TIMESTAMP_S",
            "jsonColumns": []
        },
        "fieldWidgetConfiguration": {
            "isMultiple": false,
            "isDisplayUnique": false,
            "noResultLabel": "No results",
            "minCharacters": 0,
            "maxSuggestions": 1500,
            "editFirstDisplay": false,
            "nbLinesDefault": 0,
            "autoSelectUnique": false,
            "autoSelectAll": false,
            "alphaSort": false,
            "templateConfiguration": {
                "displayTemplate": "{group_name}"
            }
        }
    },
    "displayView": {},
    "advancedView": {
        "debuggerActive": false,
        "cacheActive": true,
        "cacheDuration": 5000,
        "bypassJqlSecurity": false
    }
}