Azure DevOps query matching unassigned tasks?
Asked Answered
P

1

13

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?

Phenylketonuria answered 6/11, 2019 at 12:16 Comment(0)
M
24

To query for unassigned items use Assigned To = "" (i.e. an empty value) like this:

screen snip of the revised query

Monck answered 6/11, 2019 at 13:50 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.