Guys in my previous attempt i have Integrated Servicenow with Azure DevOps, where based on the tickets generated in service now, work items are created in VSTS Board. For e.g. Incident(ticket in service now) is created with details, we would create work item on vsts board with same details as incident and we are successful.
Now the challenge is other way around where if we create or update something in VSTS Board it should create or update in Servicenow . Basically Bi- diretional. Servicenow has REST API Endpoints
so can any one pls suggest where would I put those endpoints in azure vsts board so tht i link them, or pls suggest me the correct path forward.