Infos:
- Used Zammad version: 6.5.0
- Used Zammad installation type: (source, package, docker-compose, …) package
- Operating system: Ubuntu 24.04
- Browser + version: Chrome
Expected behavior:
- The title of new tickets should be updated with the contents of the regex capturing group, captured by the regex in the Title matching condition.
Actual behavior:
- New tickets are created with the title $1 - Internet Down
Steps to reproduce the behavior:
- Create a trigger
- Set the Conditions For Affected Objects Title to matches regex:
^Internet\sfailure\sduration\s\(\d+\sminutes?\),\s(.+)$
- Set Execute Changes on Object Title to: $1 - Internet Down