Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL for: Sub Text Execution where the Parent is not resolved or closed

Xheneta Gërxhaliu November 28, 2018

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.

  • project = XYZ AND issuetype = "Sub Test Execution" AND status in (Open, "In Progress", Closed) AND component = XYZ

Or, 

the parent issue is assigned to an "unreleased version". 

Thank you for your input in advance! 

Cheers,
Jenn

 

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

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")

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events