You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'm trying to create a report that will detail exactly how many requests were open on a given date. We already have a report will tell us how many tickets were created & resolved but not what the total of how many were open.
Apologies, new to JIRA so looking for guidance.
Thanks
how will you input the given date? If this is static and you just want to find everything created say yesterday...
createdDate >= startOfDay(-1) and createdDate < startofday()
or a specific day of say March 16, 2021...
createdDate >= 2021-03-16 and createddate < 2021-03-17
Thank you for this - looking at my question again and I could have worded it better I think. I already have reports to provide how many tickets were opened and how many were resolved for last 7, 30 & 90 days. What I don't have is a way to report on how many Service Requests in total were open (so I guess in an Unresolved state) on a given date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I could think of a query like the following which would show you the issues "In Progress" for a specific day:
project = DEMO AND status WAS "In Progress" DURING (2021-02-19, 2021-02-20)
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome ! - thanks a bunch @Daniel Ebers
That gives me what I'm after - is there a way to refine this to use the current date - 90 days and provide just a count for each day ?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.