Features used to implement the example



Example: Change parent's status depending on sub-task's summary (Transition issues)

In this example the parent issue should be transitioned to status "Estimate created" when the sub-task's summary contains the key words "create estimate".

This can be done using the Transition issues post function in the Create transition ofthe subtask's workflow:


Text to be parsed: %{00000} ~ "create estimate"


Note that:

  • %{00000} is field code for field "Summary"


Once configured, the transition will look like this:




Other examples of that function



Related Usage Examples