Example: Make "Time Spent" field required when there is no time logged in the issue

It can be implemented this way:

  1. Add a screen to the transition "Close Issue", and include field "Log Work" in it.
  2. Add validator Boolean validator with math, date-time or text-string terms with the following configuration:



Text to be parsed is: {00025} > 0


Note that:

  •  {00025} is code for numeric value of virtual field "Total time spent (minutes)"


Once configured, transition "Close Issue" will look like this:



Other examples of that function



Related Usage Examples