Linked issues in status
Overview
The Linked issues in status validator allows you to block a workflow transition if the linked issues are not in the correct statuses.
Configuration
Set the Take this action if field to decide if the validator should check whether all, any or no issues are in a certain status
Set the related with issue link field to decide if any or only selected link types will be taken into account. If Selected was set, choose the link type in the Link type field
Set the and related with link direction field to select the link direction
Set the statuses that the linked issues should be validated against in the are in status field
Define the text of the error message in the Error message text field (e.g. “Linked issues have to be in Done status in order to close this issue”)
Activate the JQL condition option and define the JQL query that has to be met by the issue in order for the validation to work (e.g. “type = Bug and Priority = Blocker”)
Activate the Executor condition option if you want the validator to work only if the user is or isn’t in a certain Jira user group or project role
Select if The executor has to be or can’t be a member of a certain Jira user group or project role
Select a Jira user group in the Group field if Group was set in the member of a field
Select a project role in the Project role field if Project role was set in the member of a field
Use cases
In order to close the Story, all of the linked bugs have to be resolved