Advaced filtering

Sven Baetens
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2020

Hi,

 

I'm looking for a way to filter issues in a certain status (e.g. 'To test Acc') AND where linked issues have a certain status as well (e.g. 'Done'). 

 

Sven

2 answers

0 votes
Kinnera
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.
August 18, 2020

Hi @Sven Baetens 

 

  • Please try the below JQL first to filter out the Issues within a project with a required status

                            project = XYZ AND status = Resolved

  • Now you'll be able to see the issues within the project XYZ with Status as Resolved(In your case status will be status = To test Acc)
  • Now please use the below JQL to filter out the linked issue with status as Resolved/Done

       project = XYZ and issue in linkedIssues("issuekey", issueslinkedas) and status = Resolved

  • Now you'll be able to see the issues with the linked issue status as Resolved(in your case, project = XYZ and issue in linkedIssues("XYZ-1", blocks) and status = Done

Please note that issuelinkedas can be blocks, is blocked by, defined by, defines, etc

 

Please let me know if this solves your issue

 

Many thanks

Kinnera

0 votes
Mariana_Pryshliak_Saasjet
Atlassian Partner
August 18, 2020

Hello @Sven Baetens 

Here's the solution; 

JQL - project = abc and status = "To Do"

Hope it helps

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events