You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello,
I am trying to make some Custom reports and struggling to have the desired results.
We have one Project in Service desk, and we have created Organizations for each client we have. We are filtering tickets in Queues with the help of Organization filter and Resolution filter with JQL.
Now, I want a report per organization for the number of open and closed tickets for a customer date range. Let's say; Open Tickets of Organization A for last month.
Similarly; Close tickets of Organization B for last month.
Is this possible?
The below should assist with what you need
organization = "Organization A" AND created date >= StartofMonth("-1") AND created date <= EndofMonth("-1")
organization = "Organization B" AND resolved date >= StartofMonth("-1") AND resolved date <= EndofMonth("-1")
Let me know if that works
Regards, Liam
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
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.