I want to create a custom template in a scripted field.
only with hours minutes and second. or hours and minutes.
that is possible?
thanks in advance.
You can format your output value using the following method
${DateUtils.getDurationString($Value) ?: "0m"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.