I have a Tasks list with versioning enabled. Each task goes through several states (Not Started, In Progress, Completed).
Is there an easy way to display for a given task its timeline? For example I'd like to see in a single table all the task changes:
Modified | State |
03/05/2012 | Not Started |
03/06/2012 | In Progress |
03/12/2012 | Completed |