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: Ensure that all issues linked with a certain issue link type have "Due Date" field set

In a "Close" validation, I need to check that the issue linked to the current issue with link type name "linkA" has a custom field "MyDate" (type Date) that 's is not empty. 

You can do it using a Boolean validator with math, date-time or text-string terms using the following configuration:



Text to be parsed is: count(linkedIssues("linkA")) = count(fieldValue({00012}, linkedIssues("linkA")))


Note that:

  • {00012} is field code for field "Due Date"


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 = "issue-links"