Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hello,
I am getting below payload from Jira: request item with catalog tasks variables
"key": "ITC-288",
"summary": "IMAC-Install Client: [NHH43040 (CP-243627)]",
"created": 1612437589111,
"IBM Technician": {
"id": 11415,
"name": "IBM Technician",
"type": "OPTION",
"value": {
"id": "12251",
"sequence": 1,
"value": "no",
"disabled": false,
"childOptions": []
}
},
"Room": {
"id": 11444,
"name": "Room",
"description": "",
"type": "STRING"
},
key, summary, created are request fields, while Room and IBM Technician are variables.
Variables are not like normal fields. The table that is used is sc_item_option_mtom, which just links sc_req_item and sc_item_option.
Could anyone help me how my incoming script in SN should look like to save fields and variables ?