Trying to validate links, having dificult time.

Issue #635 resolved
Antônio3 created an issue

Hi, so im trying to validate a specific link type by " If this link type is closed then you can close the main task" Thing is i'm having a difficult time cus here's the deal :

In my workflow i will not always have the "Is blocked" link type, and using the current set-up i am using, it blocks ALL my link types and dont let them finsh the main issue if they arent in the status i want.

What i want to is , "If an issue has the "Is blocked By" link type, then this linked issue must be closed to let the parent issue transition, despite that link type all other links function normally.

Here's what i've been trying to do :

Should i be trying to make using bolean validator?

I've been trying to use

count(filterByPredicate(linkedIssues("Is blocked BY") AND ^%{00016} in ["Closed"])) > 0

and that failed aswell =/

Comments (2)

  1. Log in to comment