Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@DonutsNL DonutsNL released this 27 Sep 16:41
· 37 commits to master since this release

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.