I see, we definitely want it in 24 hours not 8 hour increments for days. Is there another way to convert instead of compound to account for the correct increments?
When I try to use valueexpression like the above it just gives me a blank in that field. It sounds like I can't use currentStatusDuration with valueexpression at all.
Okay so it is on a report of Issues. I submitted a ticket with Adobe and they advised trying the below instead because the currentStatusDuration is a dynamic field. However this is yielding wonky results but at least it is not 0! It seems this gives minutes and converts to days but for the first li...
Hello, I am looking to convert the developer object currentStatusDuration to days instead of hours as is default. When I run the below it is giving 0's so I think it is close but something must be off in my code. displayname=Days in Statustextmode=truevalueexpression=DIV({currentStatusDuration},24)...
Thank you so much, I am having trouble calling this in text mode. Could you see what I might be missing? Thank you for your swift response! displayname=Current Status Durationtextmode=truevalueexpression=currentStatusDurationvalueformat=double
I am trying to locate where the Issue system update date is stored and stumbled upon the currentStatusDuration field on the developer Objects pages. Does anyone know what this does? I could not find anything about it during searches. Thanks!