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



Futures used to implement the example



Example: Moving story to "In Progress" when one of its sub-tasks is moved to "In Progress" (Transition issues)

A sub-task for a story is moved from "To Do" to "In Progress". The workflow then automatically moves the story from "To Do" to "In Progress".

Insert Transition issues post-function into transition from "To Do" to "In Progress" in sub-task's workflow with the following configuration:


Text to be parsed is: % %{00042} = "To Do"


Note that:

  • %{00042} is field code for field field "Parent's issue status"
  • If you have a condition or a validator in parent's workflow's transition from "To Do" to "In Progress" that blocks the transition depending on the status of sub- task's you might need to check option Delayed execution in order to try the execution of the transition once the sub-task has completed its current transition.




Other examples of that function

Incoming Links
pageTransition issues
labelsexample

Related Usage Examples

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