Views
Replies
Total Likes
Views
Replies
Total Likes
Our solution was to create a calculated custom field for each status. This effectively takes a "timestamp" of the moment it was moved into that status. Formula: IF(Status='XXX',IF(ISBLANK({YYY}),$$NOW,({YYY})),({YYY})) Where:
XXX = the status "key"
YYY= The name of this custom field
Do this for each status you want to track Pros : Captures the date a project went to a status (can be applied to an issue) Cons : It only captures the first time it moved to the status (does not track back and forth) You can then create another field to calculate the date difference. It is not perfect solution but it is a good starting point. Matt McCarthy
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies