Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Custom reports help

Hassaan Khan November 19, 2020

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?

 

1 answer

0 votes
Liam Green
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 19, 2020

Hi @Hassaan Khan 

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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events