Validator for 'Blocked by' link types is blocked for other type links

Issue #523 resolved
Stephen Miller created an issue

This is the validation for transition to DONE:

The transition requires the following criteria to be valid Validation on linked issue: At least 0 and no more than 1000 issue links with the following characteristics: - Issue link types: is blocked by. - Linked issue's issue type: any - Linked issue's status: Done. - Linked issue's resolution: any - Linked issue belongs to same project as current issue. About the rest of issue links: - Unselected issue link types are not allowed. - Unselected statuses are not allowed. Message to show when validation fails: "Issue cannot move to DONE unless all blocking issues are DONE".

This does block issues with a 'blocked by' issue link where the blocked by is not Done. However an issue that has no links, other than an Epic link, is also being prevented from moving to done. Also, for an issue that only has a 'relates to ' issue link.

Jira v7.2.1 - Jira Workflow Toolbox v2.2.28

Comments (3)

  1. Fidel Castro Armario repo owner

    Hi Stephen,

    Do the following changes:

    • Linked issues must belong to: any project
    • Allow unselected issue link types: CHECKED
  2. Log in to comment