Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width30%
Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents

Column
Table of ContentsmaxLevel1



Features used to implement the example



Example: Prevent addition of new sub-tasks if the parent issue is in "Resolved" or "Closed" status

Let's see how to prevent addition of new sub-tasks if parent issue is in status "Resolved" or "Closed".

You only have to add validator Validation based on regular expression to transition "Create Issue" with the following configuration:


Once configured "Create Issue" transition looks like this:




Other examples of that function

Incoming Links
pageCondition and validaton based on regular expression
labelsexample

Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "sub-task"