We use a "My Active Assignments" report, for users to track tasks which are ready for them to begin.
We've noticed recently that some tasks with cross-project predecessors are not
showing on the report, even though the cross-project predecessor task is complete.
The filter on the My Active Assignments report is:
assignedToID=$$USER.ID
assignedToID_Mod=in
project:status=DED ONH PLN QUE BLG
project:status_Mod=notin
status=AD AA
status_Mod=in
task:canStart=true
task:canStart_Mod=eq
task:status=CPL
task:status_Mod=notin
I’ve spot checked projects with cross-project predecessors, and some users are seeing the task on their My Active Assignments report, while others are not.
What else do I need to consider that may be affecting this?