Trigger: Abo with Tag

Infos:

  • Used Zammad version: 6.5.0
  • Used Zammad installation type: (source)
  • Operating system: ubuntu 24.04.2 LTS
  • Browser + version: Edge 138.0.3351.95

Expected behavior:

  • When a new ticket arrives via email and an agent only sets the TAG “CSS,” an agent should become a subscriber.

Actual behavior:

  • nothing happens

Steps to reproduce the behavior:

  • It was functioning yesterday. We only removed inactive triggers. Since then, it has not been functioning.
    Here see my trigger settings

This statement translates to "Tickets who have the AP+ and CSS tags get subscribed by *** ". The or-statement does not include any conditions.

In the trigger is set CSS or AP+ but the trigger not runs

As the documentation states and has been said on here several times: Adding tags are not counting as a ticket update and thus does not execute triggers.

OK, thank you very much.
If I actively set the tag in a new ticket and then click the update button without assigning the ticket to a user, should it be considered an update?
I would just like to make sure that a team of three users processes the tickets that relate to their area of expertise. I don’t want to assign the ticket to a specific user, but rather to the team. Perhaps there are simpler ways to implement this.

You have to actually have something included. Like an article.

I have now solved it as follows:
I created an object with tree_select
and then a trigger. When the object is selected, the user is subscribed to the ticket.