Regexp on tickets created via the web

Moderator: crythias

Locked
gblabs
Znuny newbie
Posts: 2
Joined: 17 Mar 2015, 14:30
Znuny Version: 40000

Regexp on tickets created via the web

Post by gblabs »

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
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

Post by crythias »

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
gblabs
Znuny newbie
Posts: 2
Joined: 17 Mar 2015, 14:30
Znuny Version: 40000

Re: Regexp on tickets created via the web

Post by gblabs »

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
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

Post by crythias »

gblabs wrote:based on the serial number I can set the queue qutomatically with postmaster filter, how would the ACL help?
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.
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