Skip to content

Releases: DonutsNL/ticketfilter

GLPI 11 support

21 May 20:58
fcd1b7e

Choose a tag to compare

Bumped version

v1.3.0 - prerelease

18 Nov 19:24

Choose a tag to compare

v1.3.0 - prerelease Pre-release
Pre-release

Made plugin compatible with GLPI11. Fixed all depr functions and references. Please test and verify. Log any issues that you experience.

Pre-release for testing

15 Nov 20:55

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

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

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

Choose a tag to compare

Removed hardcoded URL

Version 1.0.1

20 Jun 21:26
1a7b847

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

Choose a tag to compare

First stable release of ticketFilter.