Question
How to calculate Custom Field Changes time?
I'm trying to recreate a Metric that calculates the Changes time from the ticket was created
IF ([Changes - Field name] ="Customer Profile" AND [Changes - New value] != "0" )
THEN VALUE(Field changes time (min))
ENDIF
this is my custom field

