I want to use the script validator to validate something like this:
issue.parent.status.id != 6
To explain a bit, if the parent issue("Parent Link") is not closed, the issue can pass the validator.
It's possible?