Table of Contents |
---|
Info | ||
---|---|---|
| ||
You will need the following JIRA pluginJira app: Level: BASIC |
Problem
An issue should not be able to close if any of the child or linked issues is not closed.
...
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.
Press "Add a new condition" link.
Select (k) SIL Condition and then press Add.
Writing the SIL code
...
The page should look like this:
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:
Info | ||
---|---|---|
| ||
All you have to do now is to publish your workflow.. See more at Activating Workflow section on Atlassian Documentation. |