4

I have a useful Azure DevOps (ADO) query which gives me a hierarchical view of all the active or new tasks or bugs that are assigned to me in the context of their parent user story and feature:

Screen clipping of ADO Query

I would like a near-identical query which shows unassigned bugs and tasks. How do I specify that a task is unassigned in an ADO query?

4

1 回答 1

6

要查询未分配的项目,请使用Assigned To = ""(即空值),如下所示:

修改后查询的屏幕截图

于 2019-11-06T13:50:58.233 回答