[RTC] Query Builder: Unable to generate report with list of all stories and its children tasks in the current iteration.
Hi,
I am trying to generate a list of all stories with its children tasks in the current iteration. I am using the query as below, however it gives me list of stories only. If the reverse the condition set, then it gives me list of tasks only. Unable to get the both condition sets to work though I am using OR condition.
[Type is Story
Status is not Invalid (User Story Workflow)
Planned For is Current Iteration]
OR
[Type is Task
Status is not Invalid (Task Workflow)
Parent > Planned For is Current Iteration]
Can someone help with the answer as to why?
Thanks