Can I create a report that filters on tasks that precede a specific task, but are not complete?
I’m trying to create a report that filters for tasks that are a predecessor of two particular tasks, where the predecessor is ready to start but is not complete.
For example:
Task 15: "Activate Changes" (this task is ready to begin/can start, but not yet complete)
Task 16: "Live QA Review," predecessor is #15 (so this task is not ready to begin)
I want the report to show the Activate Changes task, but I can’t figure out how to filter on the task that is the predecessor of task 16.
Additional info:
- I’m interested in the tasks that precede one of two task names: Live QA Review or Immediate Live QA Review
- The live QA review tasks are always assigned to the team Live Testing
- The tasks I’m interested in will be within one of two parents: SI Testing or Post Launch
The closest I’ve come is a task report that filters by the parent names, for tasks that can start but are not assigned to the live testing team. However, this report also shows tasks that follow the Live QA Review task, which I don’t want to see. If I can figure out how to use the predecessors, I think I’d be good. Thank you!