One of our product teams is wanting to monitor and report on tasks that are X days past their ORIGINAL assigned due dates
- Given that I have a set of active tasks with due dates
- AND those tasks are OVERDUE (past their ORIGINAL due dates)
- AND new due dates have been assigned
- THEN I'd like to see how many days those tasks are past their ORIGINAL due dates
A solution I've tested is
- Creating a Original Due Date formula field that copies the assigned due date of the task
- Once tasks are assigned their first due dates, duplicate them and copy the Original Due Date field value
- Creating another custom field for Days Past Original Due Date that gives me the days since that day
Not a great solution since:
- duplicates the number of tasks
- does not reflect the original task's current status
- does not reflect the original task's assignee (since duplicating the assignee in the new task would be confusing for work execution)
Any ideas team?