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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.