In the workflow, I have added a rule for the transition from "Ready for Release" to "In UAT." This rule captures the current date and time of the transition and records it in the "Back to UAT" field. |

 {{#=}}(({{Time In UAT}} + {{TimeDiffb}}) % 60){{/}}
  {{#=}}floor(({{Time In UAT}} + {{TimeDiffb}}) / 1440){{/}} days, {{#=}}floor((({{Time In UAT}} + {{TimeDiffb}}) % 1440) / 60){{/}} hours, {{#=}}(({{Time In UAT}} + {{TimeDiffb}}) % 60){{/}} minutes
  {{#=}}floor(({{Time In UAT}} + {{TimeDiffb}}) / 1440){{/}} days, {{#=}}floor((({{Time In UAT}} + {{TimeDiffb}}) % 1440) / 60){{/}} hours, {{#=}}(({{Time In UAT}} + {{TimeDiffb}}) % 60){{/}} minutes
|