Apr 11 2024 02:01 PM
iam implementing outbound rest message iof servicenow that means when incident record will be created that record need to be created in devops work item.iam bale creating record, my question is i want to description field of work item = concat incident number +decription of incident.i tried below code, but no luck, can one help me how to combine two fields and store 7in work item field.
{
"op": "add",
"path": "/fields/System.Description",
"value": "${description}"+ ' '+"${number}",
},
Apr 11 2024 06:16 PM
Apr 12 2024 10:31 AM
Apr 23 2024 06:54 PM
Hi @anitha1280,
Have you tried a no-code platform instead? You can get a lot more flexibility in connecting DevOps to ServiceNow with an out of the box syncing tool like Unito. Here's an integration guide for ServiceNow and Azure. It syncs a table from SN to a project in ADO with updates between records and work items.