Page 1 of 1

ticket-category by email-import

Posted: Sun Jan 30, 2022 6:54 pm
by xep22
hello,

currently tickets created by e-mail import are assigned to the top category in "Categories". Can I decide for myself to which category these tickets should be assigned?

Re: ticket-category by email-import

Posted: Mon Jan 31, 2022 8:26 am
by Klemen
You can manually edit the category they are assigned to inside the inc/mail/hesk_imap.php (or hesk_pop3.php, whatever you use) by overriding the $set_category variable.

If you want more flexibility you would need to modify the code logic, or create several copies of the hesk_imap.php file (with each connecting to a different email account).