The main requirement for this use case is to maintain the issue hierarchy while Exalating issues between ServiceNow and Azure DevOps (bi-directionally).


The Incident → Incident Task relationship in ServiceNow must be reflected as Task → Issue relationship on Azure DevOps, and vice versa. The following depicts what we are trying to achieve here:

Let us first consider the ServiceNow to Azure DevOps side:


Let us now consider the Azure DevOps to ServiceNow direction:


The entire code from the ServiceNow side is here, and for Azure DevOps is here


Please review the following video to see the use case in action:



Questions