Hi
I have got a postmaster filter that uses a regexp on the subject and matches our valid serial number and then populates a custom field. This then determines what queue the ticket goes into. This doesnt happen with tickets when created via the web portal, is there any way to achieve this?
Thanks
Charles
Regexp on tickets created via the web
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Regexp on tickets created via the web
Maybe dynamic field for serial number plus ACL for Queue set. Or Javascript.
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
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
Re: Regexp on tickets created via the web
I have a dynamic field for the serialnumber, and based on the serial number I can set the queue qutomatically with postmaster filter, how would the ACL help? I think the javascript sounds more promising, where would I enter the javascript?
Thanks
Thanks
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Regexp on tickets created via the web
PostMaster Filter is for email. ACL is for web interface. ACL would set possible queue based upon serial number (interface). Javascript in the template would set the queue.gblabs wrote:based on the serial number I can set the queue qutomatically with postmaster filter, how would the ACL help?
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
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