Question
Trying to create calculated field to measure time in a specific Issue status
I've looked through the posts here, but don't seem to be finding anything that's working so far. Hoping someone can point me in the right direction since I'm not a Workfront expert.
NEED: To be able to measure the time spent in a specific status on an Issue
DONE SO FAR:
- I created a 'timestamp' field that captures when the status is changed to the one I need (NFU). Here is the expression I used, which seems to correctly put the Date/Time in the field once an Issue changes to that status:
IF({status}='NFU',IF(ISBLANK({DE:Status Timestamp Assignments Requested}),$$NOW,{DE:Status Timestamp Assignments Requested}),{DE:Status Timestamp Assignments Requested})
CAN'T FIGURE OUT:
- Now I need a calculated field that shows the amount of time elapsed since the timestamp above and 'now' to show how long the issue has been in that specific status. I'm not sure where to start on this, so any suggestions would be great!
Update: I tried this expression but it's returning "0"...the format for the field is 'Number'...not sure if that's correct?
WORKMINUTESDIFF({DE:Status Timestamp Assignments Requested},$$TODAY)
Thanks in advance 🙂