Forum Discussion

anitha1280's avatar
anitha1280
Copper Contributor
Apr 11, 2024

Rest API :integrating servicenow with devops

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}",
},

3 Replies

  • 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 https://bit.ly/SNADO-Guide . It syncs a table from SN to a project in ADO with updates between records and work items.

Resources