I have a query which has list of all epics that are linked to features which are linked to stories and tasks, planned a production release / go live. I need to get the progress of these either at epics or features level to give the percentage completion based on stories and tasks. Is there a feature in ado to add these rollup column on feature or story at the query level
I have a query which has list of all epics that are linked to features which are linked to stories and tasks, planned a production release / go live. I need to get the progress of these either at epics or features level to give the percentage completion based on stories and tasks. Is there a feature in ado to add these rollup column on feature or story at the query level
Currently, the rollup columns still are not supported for the results of work item queries. As suggested by this answer, a workaround is creating a flat list query that sums the values of a field you specify.
If your projects really need this feature, I recommend you try to report a feature request on Developer Community. This will make it more convenient for the Azure DevOps engineer teams to receive and understand your ideas. And your feedback also could be helpful for improving the Azure DevOps products.