Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,759
Community Members
 
Community Events
184
Community Groups

I have created a filter to remove labels of reviewed from tickets that we have already gone over - however, they are still showing up. Can someone help me by taking a look at my filter 

project = "RACC - Web Application" AND resolution is EMPTY AND issuetype not in (Initiative, Program, Feature, "Time Log") AND priority = "Should Do" AND created <= startOfMonth(-36) AND status in (New, Specification, Ready) AND (labels not in (maintenanceideas-high, maintenanceideas-medium) OR labels is EMPTY OR labels not in (reviewed)) ORDER BY created DESC

1 answer

1 accepted

1 vote
Answer accepted
JM Perrot
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.
May 02, 2023 • edited

Hello @Dawn Dahlke 

I think it's just a problem of brackets

Can you try that :

project = "RACC - Web Application" AND resolution is EMPTY AND issuetype not in (Initiative, Program, Feature, "Time Log") AND priority = "Should Do" AND created <= startOfMonth(-36) AND status in (New, Specification, Ready) AND ((labels not in (maintenanceideas-high, maintenanceideas-medium) OR labels is EMPTY OR labels not in (reviewed))) ORDER BY created DESC

 

Let me know if it's convenient !

 

Cheers

No the reviewed tickets are still showing up

JM Perrot
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.
May 02, 2023

My bad, I misread your question sorry, do you want issues in the last 36 months or before this period ? I know the t-way to count time for Atlassian is strange

before this period - but it is the reviewed tickets (ones we have already gone over and discussed) that I do not want showing up in my filtered list - could that be what is causing them to still show even with the addition of "OR labels not in (reviewed)" status

JM Perrot
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.
May 02, 2023

Right, and when you filter just with project = "RACC - Web Application" AND labels != reviewed you can see these tickets ?

no but then I get all my tickets not just the filter of "should do"   baffling dilemma

I got it to work - I moved the reviewed project = "RACC - Web Application" AND resolution is EMPTY AND issuetype not in (Initiative, Program, Feature, "Time Log") AND priority = "Should Do" AND created <= startOfMonth(-36) AND status in (New, Specification, Ready) AND (labels not in (maintenanceideas-high, maintenanceideas-medium, reviewed) OR labels is EMPTY) ORDER BY created DESC and that removed all the tickets weird but thank you for your help.

JM Perrot
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.
May 02, 2023

Nice, I'm happy for you and you're welcome

Suggest an answer

Log in or Sign up to answer