Releases: DonutsNL/ticketfilter
Releases · DonutsNL/ticketfilter
Pre-release for testing
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
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
v1.0.2
Version 1.0.1
Small corrections
- Corrected a namespace issue;
- Corrected code styling issues;
- Corrected some typo's
- Extended the readme
version 1.0.0
First stable release of ticketFilter.