Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1



Column




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

Incoming Links
pageBoolean condition and validator with math. date-time or text-string terms
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "work-log"