Hello all,
I want to get a list of all of the JIRA tickets that we worked on for the current week.
I need the ones that are in any status, even Done.
I have no idea how to even begin to do this.
I don't know what dates to use or how I would format the query.
I've only got. "Team Name" = Team-1 AND ...
Can this be done? T
hanks so much.
project = "YourProjectKey" AND updated >= startOfWeek() AND updated <= endOfWeek()
Replace "YourProjectKey"
with your actual project key. This query will return all issues that were updated during the current week.
Thanks so much for your help Manoj!
I really needed this today!
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.
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.