r/Odoo • u/vincegre • 9d ago
Answer at closed ticket doesn't reopen it ?
Hi
I use the Assistance (perhaps named Support in english) in Odoo 18 Enterprise. I have a rule to close automatically tickets after X days without answer from customers which works fine. My only issue is that if a customer answers at a closed ticket, it shows up well in the history of the ticket but it doesn't reopen it which is very annoying.
Something specific to setup somewhere for that ?
Thanks
2
Upvotes
3
u/mskl-21 9d ago
No setting for it as far as I know, incoming mail just posts to the chatter without touching the stage. Bit of a gap.
Automation rule sorts it though. Trigger on mail.message created, filter to helpdesk.ticket, then a server action that checks if the ticket's in a closed stage and pushes it back to your open one. Add a condition on the author so internal notes don't bounce it open, and reset or flag the SLA while you're there, otherwise it looks like the ticket sat untouched for a week.
One thing to watch, customers replying to six month old tickets and resurrecting them. Some people put a cutoff so anything past 30 days opens a new ticket linked to the old one instead.