Table maps handle how data being shared out of ServiceNow is processed. Your outbound table map for Azure DevOps will require some field changes to ensure that data is mapped correctly when sent from ServiceNow to Azure DevOps.
Procedure
To edit the table map for Azure DevOps, follow these steps:
Access the outbound table map
Log into your ServiceNow instance and navigate to Perspectium Common Documents > PSP Common Table Maps or simply type and then select Table Maps in the Filter Navigator on the upper left-hand side of the screen.
Then, search for and click into the table map of the table you are integrating. See the following table below for which table map you need for your integration:
Table | Table Map |
---|---|
Incident | Incident to Common Incident |
Change | Change to Common Change |
You can easily search for this table map by typing the name in the search window under the Name field.
Add field map
Scroll down to the list of PSP Table Field Maps and click New.
In the Source Field, type the following:
${TM:psp_user;sys_id=$[GR:assigned_to]}
Type assigned_tos in the Target Field, then click Submit.