Hi all!
Currently I have a filter on the Projects tab so that users can see all the "Current" Projects with a task assigned to them that are not Complete (we don't use My Work as it isn't robust enough for our needs.) However, the task that is directly AFTER the user's assigned task is left to a default team assignee (intentionally). Typically the same user is finishing up that last task (and the project itself), but not always. Unfortunately our current filter will not display these projects once the user-assigned task is complete. This has caused a little gap where I am catching Projects that fell off the filter for the users but someone else was to pick up the work.
Here's the Projects I want the filter to display: Project is "Current" and task assigned to user is not Complete AND Project is "Current", direct predecessor assigned to user is "Complete", last task (the one assigned to the default team) is not Complete. I only want it to pull the direct predecessor, not all predecessors if that makes sense.
Here's what I have - it doesn't work (and I cannot figure out why). We currently use everything in red.
EXISTS:A:$$OBJCODE=ASSGN
EXISTS:A:assignedToID=$$USER.ID
EXISTS:A:projectID=FIELD:ID
EXISTS:A:task:status=CPL
EXISTS:A:task:status_Mod=notin
OR:EXISTS:A:$$OBJCODE=ASSGN
OR:EXISTS:A:predecessors:assignedToID=$$USER.ID
OR:EXISTS:A:projectID=FIELD:ID
OR:EXISTS:A:predecessors:status=CPL
OR EXISTS:A:task:status=CPL
OR EXISTS:A:task:status_Mod=notin
status=CUR
Still learning text mode - need to dive into some of Workfront's learning as well. Thank you!