I have a Zap that’s somewhat working the way I want. It links Salesforce to Azure DevOps. When a Field changes on a Custom Object in Salesforce, it creates a new Azure DevOps Feature record.
The new Devops Feature record gets created in the correct Project, Area and Iteration because I can map those fields. But it doesn’t get assigned to an Epic so it’s basically “orphaned”.
In my zap, I tried adding a step to add a link to the Epic but it only shows up as a link instead of a Parent Work Item.
How do you assign a newly created Feature to an Epic?