Hi, here is the JSON:
{
“datasource”: {
“uid”: “fdsj1cukcuhhce”,
“type”: “yesoreyeram-infinity-datasource”
},
“fieldConfig”: {
“defaults”: {
“custom”: {
“align”: “auto”,
“cellOptions”: {
“type”: “auto”
},
“inspect”: false
},
“mappings”: ,
“thresholds”: {
“mode”: “absolute”,
“steps”: [
{
“color”: “green”,
“value”: null
},
{
“color”: “red”,
“value”: 80
}
]
},
“color”: {
“mode”: “thresholds”
}
},
“overrides”: [
{
“matcher”: {
“id”: “byName”,
“options”: “name”
},
“properties”: [
{
“id”: “custom.width”,
“value”: 164
}
]
},
{
“matcher”: {
“id”: “byName”,
“options”: “referenceName”
},
“properties”: [
{
“id”: “custom.width”,
“value”: 219
}
]
}
]
},
“gridPos”: {
“h”: 8,
“w”: 12,
“x”: 0,
“y”: 0
},
“id”: 1,
“options”: {
“showHeader”: true,
“cellHeight”: “sm”,
“footer”: {
“show”: false,
“reducer”: [
“sum”
],
“countRows”: false,
“fields”: “”
},
“sortBy”:
},
“pluginVersion”: “11.1.0”,
“targets”: [
{
“datasource”: {
“type”: “yesoreyeram-infinity-datasource”,
“uid”: “fdsj1cukcuhhce”
},
“columns”: ,
“filters”: ,
“format”: “table”,
“global_query_id”: “”,
“refId”: “A”,
“root_selector”: “”,
“source”: “url”,
“type”: “json”,
“url”: “https://dev.azure.com/{organization}/{project}/_apis/wit/wiql/{queryid}?api-version=7.1-preview.2”,
“url_options”: {
“body_content_type”: “text/plain”,
“body_type”: “raw”,
“data”: “{\r\n "query": "SELECT [System.Id], [System.WorkItemType], [System.Title], [System.AssignedTo], [System.State], [System.Tags] FROM workitems"\r\n}\r\n”,
“headers”: [
{
“key”: “Content-Type”,
“value”: “application/json”
}
],
“method”: “GET”,
“params”:
}
}
],
“title”: “All Work Items”,
“transformations”: [
{
“id”: “extractFields”,
“options”: {
“format”: “json”,
“jsonPaths”: [
{
“alias”: “ID”,
“path”: “$.workItems[*].id”
}
],
“source”: “url”,
“replace”: false,
“keepTime”: false
}
}
],
“type”: “table”
}