Forums

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

Combining filters in a quick filter

Richard Ramcharan January 30, 2023

I'm struggling a bit to write this filter down properly and it perhaps could even be done in just one filter, but I haven't found out how yet, so I'm looking for some help.

 

What I would like to achieve is that on our board it shows all issues (issuetypes and status if you will) but for a certain issue type (Sub-task) I would like to only show the ones that are in progress. 

Any ideas on how one could achieve this?

3 answers

1 accepted

4 votes
Answer accepted
Aron Gombas
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.
January 30, 2023

I haven't tried it, but it should give you the idea:

type != "Sub-task" or (type = "Sub-task" and status = "In progress")
Richard Ramcharan January 30, 2023

Thanks Aron, This worked out!

Like Aron Gombas _Midori_ likes this
0 votes
Ashish Bijlwan
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.
January 30, 2023

Hi @Richard Ramcharan 

Please try with JQL project = XYZ OR (issuetype = Sub-task and status = "In Progress") and apply this JQL to your board filter query.

This will show all the issue of all the issuetype and status and will for certain issuetypes like Sub-task it will only shows those sub-task that are in "In Progress" status.

image.png

Thank you,
Ashish

Richard Ramcharan January 30, 2023

Hi Ashish,

 

This works in the search for issues, but not as a quick filter on board view

0 votes
John Funk
Community Champion
January 30, 2023

Hi Richard,

Try this: Project = TLMC and (issuetype in (story, task, bug) or (issuetype = Sub-task and status = "In Progress"))

Just change out the issue types that you have in your project. 

John Funk
Community Champion
January 30, 2023

Actually Aron's is probably more efficient in case you add issue types. So for a project it would be:

project = ABC and (issuetype != "Sub-task" or (type = "Sub-task" and status = "In progress"))

Richard Ramcharan January 30, 2023

Thanks for the swift reply, @Aron Gombas his solution worked out :D 

Like Aron Gombas _Midori_ likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events