POP fetching changed ticket, creates new ticket!

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

POP fetching changed ticket, creates new ticket!

Post by lupolo »

Hello,

I think there is a BUG in the POP fetching, so wenn a customer reply's to a ticket what is closed it will create a new ticket. The customers are able to open closed tickets.
Last edited by lupolo on Fri Jan 04, 2013 7:49 am, edited 1 time in total.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: POP fetching closed ticket, creates new ticket

Post by Klemen »

I just tested it and it works fine on my server - even closed tickets are properly updated.

Did you make any changes to the hesk_email2ticket function? The original function will match ticket ID with any ticket, not just open ones.

If you didn't make any changes, what was the exact subject of the email you received an wasn't detected as a reply?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: POP fetching closed ticket, creates new ticket

Post by lupolo »

Could it be that the ticket category is chanced in the mean time?

A customer will email the ticket after its add in the Hesk whe will move it to the righy category.

How can i fix this?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: POP fetching changed ticket, creates new ticket!

Post by Klemen »

No, category change doesn't affect anything.

The only reason a new ticket would be created instead of updating the old one here would be missing the required tracking ID [#XXX-XXX-XXXX] in the reply email subject.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
lupolo
Posts: 214
Joined: Mon Apr 20, 2009 2:12 pm

Re: POP fetching changed ticket, creates new ticket!

Post by lupolo »

found the problem! The text in text.php was double one without the tracking ID :)
Post Reply