Hi,
I need to create a report showing when a ticket has changed a value in a custom field from any other value to a specific value.
I.e Ticket 12345678
Enquiry status = Sales enquiry or Lost contact
The value then changes to
Enquiry status = Sales active
I need to build a report that shows for the last 14 days how many tickets moved to 'Sales active' from any other value.
The team want to know I.e:
Monday: 25 tickets moved to Sales active
Tuesday: 26
Wednesday: 30
Etc...
I've tried several ways to do it and I can't seem to figure it out
Thank you very much in advance for any help given
Explore - Number of tickets per day from a field value
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
I think recipe should get you started: Calculating duration of time for custom ticket fields. I think you might want to record the ticket creation date instead of the time the field was updated in the THEN statement.