Versions Compared

Key

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

Autotransitioning subtasks

On this page:

Table of Contents

We want to autotransition substasks from `Open` status in `In progress`, if the parent task gets `In progress` state.

Adding a new function

Log in as an administrator and navigate to Administration-> Workflows and edit "Start Progress" transition on the default JIRA workflow. Press `Add` a new function:

Image RemovedImage AddedImage Removed

Image Added

 

Now add a `(k) SIL Post-function`:
Image Removed
Image Added

 

The following screen appears:

Image RemovedImage Added

Writing code

The following code (also shown above) does all the magic:

...

Info

All you have to do now is to publish your workflow.
See more at Activating Workflowsection on Atlassian Documentation

See Also

See Transition View to learn how to write and edit SIL scripts.