Introduction

It is a condition that checks if a field in related issue(s) has given value or if it is set. There are some extra options that let you check the number of attachments or worklogs.


Element summary
Status
Version compatibility6.0.1 - Latest
SupportedYes
Introduced in version1.0.0


Condition parameters

  • Related Issues - as described below
  • Field - a field to be checked
  • Check the type:
    • Number of elements (returns 0 if the field is empty, 1 for single-value fields, and more than 1 if the field is multi-option and more that one option was selected). If you want to check "if a field is not empty" set "Number of elements > 0",
    • Field value (a specific field value),
    • Field value meets regular expression.
  • Multiple issue behavior
    • All found issues have to pass the condition.
    • Any found issue has to pass the condition.