Versions Compared

Key

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

Table of Contents


You will need the following JIRA plugin:
  1. JJUPIN
Info
titleRequired plugins
apps

Power Scripts™ for Jira (server)

Level: BASIC

Problem

An issue should not be able to close if any of the child or linked issues is not closed.

Solution

One will need to add a SIL SIL™ condition on the close transition which will verify the statuses of all dependencies (child and linked issues). If any of the dependencies is not already closed the condition will return false.

...

For the sake of this exercise we will consider that all subtasks need to be closed in order to let an issue to be closed.

Add a new condition

Log in as an administrator and navigate to Administration-> Workflows and edit "Close Issue" transition on your JIRA Jira workflow.

Image RemovedImage Added

Press "Add a new condition" link.

Image RemovedImage Added

Select (k) SIL SIL™ Condition and then press Add.

Image RemovedImage Added

Writing the

...

SIL™ code

The page Add Parameters To Condition apprearsappears. In the SIL SIL™ code edit area insert the following code:

...

The page should look like this:

Image RemovedImage Added

It is recommended to give the program a easy identifiable name in the Name field, press CHECK to verify the code and then Add to save the condition.

After saving the conditions of "Create Issue" should look like following:

Image RemovedImage Added

Info
titleInfo

All you have to do now is to publish your workflow..

See more at Activating Workflow section on Atlassian Documentation.

See also