def fields = get('/rest/api/2/field') .asObject(List) .body as List<Map> def cf1 = fields.find { it.name == 'AJW Location' }.id as String
確定! 回上一頁