7 Day Stats don't recognise tickets closed on first action

Moderator: crythias

Locked
timn
Znuny newbie
Posts: 4
Joined: 25 Jun 2012, 00:38
Znuny Version: 3.1.12

7 Day Stats don't recognise tickets closed on first action

Post by timn »

If I create a ticket with a customer on the phone and solve the issue on the spot, I can set the "next ticket state" to 'closed successful'.

That's fine, BUT, the tickets I've done this do don't show up as tickets either created or closed in the 7 Day Stats - looks like I've done no work!

As a test, I went into my tickets, set them to pending, then closed them again - now they register in 7 day stats.

Can this be fixed? It seems a bit odd that resolving an issue at first point of contact is not considered a ticket by OTRS. And I hate to think what this is doing to the deeper stats that get run when the boss needs to know what's happening...

Has anyone else noticed this problem and/or found a solution.

PS. Theoretically, I could just open the ticket and save it and then close it, but this creates two emails to the customer, which is not always necessary or appropriate. So, to generate the stats, I would have to send my customers two emails I don't want to, or manually manipulate my closed tickets to 'pending' then 'closed' again. Neither is ideal.
OTRS 3.1.4 on Linux
MySQL server on W2008R2
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: 7 Day Stats don't recognise tickets closed on first acti

Post by crythias »

timn wrote:I could just open the ticket and save it and then close it, but this creates two emails to the customer, which is not always necessary or appropriate.
Oh, I agree with this statement. Sometimes you want to create a ticket on behalf of the customer but inform him only when it's closed.
I turned off AutoResponse on Kernel/Modules/AgentTicketPhone.pm ArticleCreate.

Code: Select all

            AutoResponseType => '',
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked