I want to fetch the predecessors of all work item of type "Feature" in ADO
For example: I will have user stories as predecessors to some Features.
I want to fetch these in Power automate to do further operations.
- I have tried using HTTP request but, its not working for me at this point. I have passed the PAT.
- I did some exploration to find that I got to parse the JSON output once the HTTP request is successful to know each predecessor ID.
Please let me know if you have any inputs on the above two. Also, do suggest if there is a better way to extract predecessors of a work item using Power automate