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: 

Filtering for tickets status Done in the last 31 days

andy.smith
July 20, 2021

Hi, I'm fairly new to Jira.

I run a monthly meeting where I have to report on tickets completed since the last meeting. I'm thinking that the last 30 or 31 days would be sufficient as a definition for the period I'm searching.

I developed this from another forum post but it doesn't show the most recent tickets; it seems to search the previous calendar month:
project = Documentation AND statusCategory = Done AND updated > startOfMonth(-1) AND updated < endOfMonth(-1)

I think this is closer to what I need but it's generating an error:
project = Documentation AND statusCategory = Done AND updatedDate = now(-31)

Thoughts please.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Airbus Driver
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.
July 20, 2021

Perhaps

project = "Documentation" AND statusCategory = Done AND updated >= -31d and updated <= now()
andy.smith
July 20, 2021

That worked, cheers!

Like Airbus Driver likes this
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events