Create Report Tracking Task Scheduling Changes
Hey Community,
Is there a way to create a Report that shows how many times a task got rescheduled? Our project managers would like easier insight into viewing which tasks keep getting pushed back...
Thanks for any guidance!
Andrea
Hi Andrea Kraybill,
is not possible at the moment.
I resolved using API.
So I created two new custom fields:
- One for Original Due Date
- One for Number of reschedule
Each time a task got a update on due date I check:
Original Due date is empty?
-> Yes, copy Due Date to Original Due Date
-> No, Original Due Date is minor o major compared by new Due Date?
-----> If is Major I add +1 to "Number of reschedule"
-----> If not, do nothing
Then I've a report that show me:
-> Task, Due Date, Original Due Date and Number of reschedule