Versions Compared

Key

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


Section


Column
width30%600px


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

Table of Contents
maxLevel1



Column




Features used to implement the example



Example: Proceed with a task only when all sub-tasks are completed

I have a task and a sub-task. I need to create a condition for that: I only proceed with a task only when all ub-tasks are completed.

Let's suppose you want to prevent a transition "T" from being executed while there exists a sub-task in a status different from "Resolved" or "Closed".

You should insert in transition "T" a Condition on sub-tasks or Validation on sub-tasks with the following configuration:

Image AddedImage Removed

 

Once configured, transition "T" will look like this:




Other examples of that function

Incoming Links
pageCondition and validation on sub-tasks
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label in ("transition","sub-task")