Versions Compared

Key

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

...

On this page:

Table of Contents

The problem is simple, we  

Prerequisites

JJupin

Problem

We want to block the task 'Close' transition if there are subtasks which are not closed. To accomplish that we need to add a new condition to the 'Close' transition.

Prerequisites

...

Solution

Adding a new condition

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

...

The following screen appears:

Writing code

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

...