The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Kinnera [Appfire]
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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events