CustomSchemaUpdateV1
When a user update a custom schema
{
"application": "CustomSchemaService",
"clientId": null,
"data": {
"schemaId": "f115643d-f79b-4abf-ae3c-dd4935ef0001"
"schemaName": "Jira Issue Template",
"description": "Create new Jira issue",
"spaceIds": [
"qQHVI3fYc0O5KPin4Dq53Q",
"s1OhNFa3UU-KrjAk01Q4-Q"
],
"status": "draft",
"fields": [
{
"fieldId": "c865584e-8a1b-4977-bec5-809b1f9f0f53",
"fieldName": "Project",
"optional": false,
"defaultValue": null,
"description": "",
"type": "select",
"ext": {
"possibleValues": [
{
"name": "Custom Content (CCONTENT)"
},
{
"name": "Cloud Engineering (CLOUD)"
},
{
"name": "Percolate Core (CORE)"
}
]
}
},
{
"fieldId": "60098b22-32e1-42a2-a12d-6b616a7a7b7c",
"fieldName": "Issue type",
"optional": false,
"defaultValue": "Task",
"description": "",
"type": "select",
"ext": {
"possibleValues": [
{
"name": "Bug"
},
{
"name": "Task"
}
]
}
},
{
"fieldId": "be56db53-c1a6-407c-a0c5-c498ba1bac03",
"fieldName": "Summary",
"optional": false,
"defaultValue": null,
"description": "",
"type": "text",
"ext": {
"placeholder": null,
"max": 500.0,
"min": null
}
},
{
"fieldId": "mkeBLZlGrECKqVHglxaFqA",
"fieldName": "description",
"optional": false,
"defaultValue": null,
"description": "",
"type": "richtext",
"ext": {
"placeholder": "Press command + / to learn time-saving keyboard shortcuts.",
"max": 20000.0
}
},
{
"fieldId": "7ebea724-8999-4962-9e1c-33cb79eea63e",
"fieldName": "Enable Feature DOD",
"optional": true,
"defaultValue": false,
"description": "",
"type": "bool",
"ext": null
},
{
"fieldId": "ff11f408-3cc1-4d53-acc0-e1099ed13331",
"fieldName": "Start/End date",
"optional": true,
"defaultValue": null,
"description": "",
"type": "datetimerange",
"ext": null
},
]
},
"EventVersion": "CustomSchemaUpdateV1",
"OccuredAtTimeStamp": "638192536715400860",
"ProductArea": "CustomContent",
"TenantId": "4628dd05-34df-49cc-a2c3-62932ab09de0",
}
Updated 2 months ago