Forum Discussion
Queries, "or direct links"
- Sep 20, 2022
----------------------------------
Assigned to @me
AND
State <> Done
AND
Group1---------
Work Item Type = Product Backlog Item
OR
Work Item Type = Task
EndGroup1-----
Filter for link
Work Item Type = Task
OR
GROUP1--------
Work Item Type = Product Backlog Item
AND
Assigned to <> @Me
EndGroup1-----
Return matching links; Type of links: Childs, Parent
-----------------------------------------
I might have found a way, but I'm unsure if I get doubles:
----------------------------------
Assigned to @me
AND
State <> Done
AND
Group1---------
Work Item Type = Product Backlog Item
OR
Work Item Type = Task
EndGroup1-----
Filter for link
Work Item Type = Task
Return all top level; Type of links: Childs
-----------------------------------------
EDIT: Yes, I get Tasks assigned to me with a PBI assigned to me, twice
Can I filter on "Parent.AssignedTo" in top level filter?
Regards Lars
----------------------------------
Assigned to @me
AND
State <> Done
AND
Group1---------
Work Item Type = Product Backlog Item
OR
Work Item Type = Task
EndGroup1-----
Filter for link
Work Item Type = Task
OR
GROUP1--------
Work Item Type = Product Backlog Item
AND
Assigned to <> @Me
EndGroup1-----
Return matching links; Type of links: Childs, Parent
-----------------------------------------