Hello Team,
I am trying to create a report for each assignee where i need five following fields.
1. True Creation Date
2.True first response time
3. True Resolution Time
4. First Response
5. Assignee
These are the mandatory fields that team needs to be fill now, we are trying to accomplish where how many tickets are being created/missed by assignee in last 30 days? or in a simple way who missed/didn't fill these data those are needed in report.
@nilesh.shah You can write a JQL query which will show the total count on top of the page. Following is sample JQL query
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gokaraju gopi i think you misunderstood.
I almost get the data please find the below. However, I have filter out the all the assignee which i would require but when i run query i get a lot of assignee in report do you know why?
project = "XYZ" AND status in (Closed, "In Progress", New, Resolved, "Waiting for customer") AND "True Creation Date[Time stamp]" is EMPTY OR "True first response time[Time stamp]" is EMPTY AND 'True Resolution Time' is EMPTY AND "First Response[Checkboxes]" is EMPTY AND created >= -30d AND assignee in (**************,*********) AND summary !~ "Invoice Reference Created by" AND summary !~ "Error sending the email"
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.