How to query same property on workitems and on linked workitems within a query expression?
We are using parent/child relationships to break down your work from plan items (e.g. Theme) down to Epics and Stories.
I now like to have a query where I find all children which are not planned for same Iteration than it's parent. I try to setup the following query:
Is this a defect?
I now like to have a query where I find all children which are not planned for same Iteration than it's parent. I try to setup the following query:
Type = Epic AND PlannedFor=MP2 AND Children.Type=Theme AND Children.PlannedFor=MP1.1
BUT: what happens is, as soon as I select Childern.PlannedFor the selected field in the expression of the parent is also changing to Children.PlannedFor automatically so I get following nonsens:
Type = Epic AND Children.PlannedFor=MP2 AND Children.Type=Theme AND Children.PlannedFor=MP1.1
Is this a defect?
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 10 '13, 10:46 a.m.Guido Schneider
Jan 10 '13, 10:58 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 10 '13, 11:03 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 10 '13, 11:05 a.m.Christian Imfeld
Jan 11 '13, 7:41 a.m.Christian Imfeld
Jan 12 '13, 10:07 a.m.Christian Imfeld
Jan 12 '13, 10:08 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 12 '13, 10:52 a.m.