Hi everyone,
I've been struggling with a filter and maybe someone of you can help.
My goal is:
I want to extend the below filter by showing me all Sub Test Executions where there parent issue is not resolved or closed.
Or,
the parent issue is assigned to an "unreleased version".
Thank you for your input in advance!
Cheers,
Jenn
Hello,
I think you would need a plugin.
For example, you could use the Power Scripts add-on:
https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation
Your JQL would look like this:
key in subtasksOf("resolution is empty or status != Closed")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.