Capturing the "resolved" state for reports

Moderator: crythias

Post Reply
ccarson
Znuny newbie
Posts: 1
Joined: 14 Jul 2020, 21:24
Znuny Version: 5.0
Real Name: chris carson
Company: Vanguard Charitable

Capturing the "resolved" state for reports

Post by ccarson »

Hi everyone,

I am trying to run a report where i can capture the time stamp for when a ticket moves from an open state to a resolved state. I tested out some reports that included solution time, solution in Min, and Solution diffinmin, and those don't seem to be what i am looking for. The solution time stamp matches when the ticket moves to a "closed" status. Is there a way to capture the solution time of a ticket using the change to resolved status that can be generated on a report?
skullz
Znuny superhero
Posts: 621
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: Capturing the "resolved" state for reports

Post by skullz »

not by default..i assumed this resolved state is pending auto type ?

only can be achieved by

1. using left join SQL statement (maybe?)
- check table ticket, ticket_history, ticket_history_type. These table should contain timestamp when the state is changing.

OR

2. Custom generic agent module (perl/php). Tag ticket dynamic field with resolved timestamp when state = resolved
Post Reply