🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

On this page


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 moved to status "Estimate created" when the sub-task's summary contains "create estiamte".

This can be done with post function Transition issues and implementing it at "Create issue" in the 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:




Related Usage Examples