Ticketfilter will now:
- Allow you to reopen closed tickets if an update is received with matching pattern;
- Allow you to close tickets using a solved match string thats evaluated after the ticketmatchstring has been found;
- Will now add informative followups if a ticket was automatically reopend or solved by ticketfilter;
- Will now allow you to configure multiple patterns to support multiple upstream ticket or monitoring systems
- restructured the code to make the code cleaner
- allow the plugin to be used in the SaaS offerings of teclib
- be more secure because of added type safety;
- easier to maintain and extend because of added comments and documentation inside the codebase.