Sprint 146 in Azure DevOps introduced the possibility to embed queries in the Wiki. More info here: https://docs.microsoft.com/en-us/azure/devops/release-notes/2019/sprint-146-update#embed-azure-boards-query-results-in-wiki
I have a query that lists all the features added to an epic and extracts data like this:
- Epic X
- Feature 1
- Feature 2
- Feature 3
This is "Work item and direct links" kind of query, but the Wiki accepts only "Flat list of work items" query. Is there a way to achieve the same result with this type of query?
I'm thinking of something like:
Work Item Type = Epic
AND ID = 1234
AND *GET ALL ASSOCIATED FEATURES*
The result will be a list of features, but will be good enough for my purpose. Features are epics' children.
Any idea?