Forums

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

Filter for "Last 3 months" by all resolved statuses

David Whitley
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!
April 9, 2021

I've been trying to create a filter that filters all completed tickets of a component by the last 3 months, for reporting purposes.   I've looked at numerous Altassian posts and this is the best that I've come up with.  It still doesn't work because it doesn't like the >= operator:

 

status = (Resolved, Published, Completed, Declined, Closed, Accepted, Done) >= startOfMonth() AND component = "End Of Life (EOL)" ORDER BY Rank ASC

1 answer

1 accepted

3 votes
Answer accepted
Carlos Garcia Navarro
Community Champion
April 10, 2021

Hi @David Whitley ,

Can you please try this?

status in (Resolved, Published, Completed, Declined, Closed, Accepted, Done) and resolutiondate >= startOfMonth(-3) AND component = "End Of Life (EOL)" ORDER BY Rank ASC

David Whitley
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!
April 10, 2021

That's perfect!  Thank you very much.  Now that I know about resolutiondate, I'll be able to apply this to many of my current reporting filters.  That's exactly what I am after.

Carlos Garcia Navarro
Community Champion
April 10, 2021

You're welcome! I'm glad to hear :-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events