
Announcements
I have set up a new Microsoft Form and when it is submitted I want to automatically create a work item under an existing Epic. I have found the "Create work item" and "Update work item" actions, however I can't find a way to create this as a child under an existing Epic/Work Item? Is this possible?
Hi @SamB2,
Yes, this should be possible. You can use a Send an HTTP request to Azure DevOps type of action for this. In this action you can interact with the Azure DevOps REST API service. Within this service it is possible to PATCH a work item and add a link to another work item.
An example payload for such a request can be found over here: