Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.8.1


Section


Column
width30%600px


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

Table of Contents
maxLevel1



Column




Example: Block transition until all sub-tasks are in a specific status category

In this example, moving the parent current issue should only be moved to status "DONEDone" should only be possible when all sub-tasks are in status category "Done". Otherwise - otherwise the transition will not button should be displayedhidden.

For this the condition , aBoolean condition and validator with math, . date-time or text-string termsis needed . It will be implemented on the parent issue's transitionon the transition to "Done" on the current issue (the parent).


The configuration will look like this:


Text Boolean expression to be parsed evaluated is: count count(filterByPredicate(subtasks(), ^%{00144} != "Done")) = 0   

Note that:

  • %{00144} is field code for field Issue field "Issue status category"


After adding the condition. the The issue cannot be transitioned as long as all there are sub-tasks that are not yet in status category "Done":


As soon as all sub-tasks are in status category "Done", the parent issue can be transitioned as well:

BITTE DIE MAKROS UM NAME DER POST FUNCTION (LINKES MAKRO) UND WEITERE LABELS (RECHTES MAKRO) ERGÄNZEN UND HIER DIE SECTION LÖSCHEN!

HIER DIE SEITE DANN BITTE AUCH UM JEWEILIGE LÄBELS ERWEITEN!



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 in ("transition","condition")