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.
Perhaps
project = "Documentation" AND statusCategory = Done AND updated >= -31d and updated <= now()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.