DonutsNL / ticketfilter

Matches foreign identifiers in the mailsubject and adds these as followups to existing GLPI tickets with the same patern.
GNU General Public License v2.0
2 stars 0 forks source link

Prevent TicketFilter from updating tickets if multiple matches are made #5

Open DonutsNL opened 1 year ago

DonutsNL commented 1 year ago

In some scenario's you might want to explicitly prevent TicketFilter from updating all found tickets as this might cause unintended information leaks. This should be an configurable option inside the matchrule. The outcome should be that the ticket is ignored and follows the regular ticket flow creating a potential duplicate.

Consideration: we could allow the plugin to add the followups with the 'private' flag if multiple tickets are found.