osticket 1.9.4 rc5i'm testing out some ticket filters.i've configured two ticket filters, targeting any channel. filter1, with execution order 1, assigns tickets to dept. billing if the Ticket/Issue summary contains the word 'invoice'filter2, with execution order 2, assigns tickets to dept. support if the Ticket/Issue summary contains the word 'help'both filters are set to 'Stop processing further on match'.if i create a new email ticket with the subject line 'invoice help' it gets assigned to the support dept, despite the fact the filter1 should be applied first,  and it should not continue onto filter2 once it matched on the word 'invoice'

found this, for version 1.8, still listed as open.https://github.com/osTicket/osTicket-1.8/issues/672tried making the same change, (line 806 for 1.9.4.rc5), and it appears to all work as expected now.caveat: i've created the filters in order, so as mentioned in the article, it may be applied based on filter id, rather than exec order. that's my next test...

Write a Reply...