Set Time Worked to display in Hours on search results

I’ve searched around but haven’t found a definitive answer to this.

How can I set the “Time Worked” to display in Hours on search results the
way “Time Left” does?

Any help is very much appreciated.

Thanks

View this message in context: http://requesttracker.8502.n7.nabble.com/Set-Time-Worked-to-display-in-Hours-on-search-results-tp56819.html

I’ve searched around but haven’t found a definitive answer to this.

How can I set the “Time Worked” to display in Hours on search results the
way “Time Left” does?

Any help is very much appreciated.

Unfortunately, Time Worked and Time Estimated show the ‘raw’ internal
value. For some reason, Time Left uses a friendly display. That’s
inconsistent and I’ve filed it as a bug.
http://issues.bestpractical.com/Ticket/Display.html?id=29405

The RT__Ticket/ColumnMap should should grow newer friendly versions of
Time Worked.

You can add one with a callback (or override TimeWorked
transparently). Just return $[0]->TimeWorkedAsString instead
of the existing return $
[0]->TimeWorked.

-kevin