Skip to content

Releases: DonutsNL/ticketfilter

Pre-release for testing

15 Nov 20:55
Compare
Choose a tag to compare
Pre-release

Need feedback on new implemented feature.

Pre-release for testing purposes.

  • Added PHP version check minimal version 8 required;
  • Added source validation, if enabled, the requester (either who sends the email, or who creates the ticket) needs to be present as requester in matched tickets before updates are added. If requester is not present, matched ticket will NOT be updated by the plugin.
  • Added phpunit for unit testing purposes, configured phpunit to run some basic tests also added github action to perform testing on sync.

Version 1.2.0

27 Sep 16:41
Compare
Choose a tag to compare

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.

v1.1.0

04 Jul 19:41
Compare
Choose a tag to compare

Added the ability to configure the ticket match string using the GLPI interface. Added future configuration options that are not yet functional.

v1.0.2

22 Jun 09:08
Compare
Choose a tag to compare

Removed hardcoded URL

Version 1.0.1

20 Jun 21:26
1a7b847
Compare
Choose a tag to compare

Small corrections

  • Corrected a namespace issue;
  • Corrected code styling issues;
  • Corrected some typo's
  • Extended the readme

version 1.0.0

18 Jun 22:34
30663d5
Compare
Choose a tag to compare

First stable release of ticketFilter.