Only show groups assigned to the organisation in the web customer ticket creation form

Infos:

  • Used Zammad version: 5
  • Used Zammad installation type: docker
  • Operating system: linux
  • Browser + version: firefox + 94.02

Is it possible to assign or limit the shown groups in the Zammad web ticket creation form of the customer to specific groups only assigned to a organisation?

For example:
Organisation1 has group group1,group2,group3 with user1
Organisation2 has group group4,group5,group6 with user2

User1 only sees groups1-3 but not group4-6
User2 only sees groups4-6 but not group1-3

Thanks and have a nice day

Hey @algra ,

you could build something like this with core workflows:
https://admin-docs.zammad.org/en/latest/system/core-workflows.html

cheers

1 Like

Thanks for your reply. We’re using the OpenSource version until now and as we understand it, this is a commercial addon with a ton of additional features we would not be using. Perhaps it will be necessery in the future but for now only this limitation/restriction for this group box would be enough for us.

Is there workaround/option avaible?

Hi @algra

The core workflows are available since version 5. As far as I know there is no feature difference between the hosted version and the self-hosted open source version.

In the configuration of the web portal, you can decide which groups are available for ticket creation via the web portal.

I also tested it with a zammad installation with 2 groups but didn’t see the groups-field in the web portal when I was logged in as a customer. So if that is the case on your installation, there might be some setting misconfigured.

If you want to limit the access to certain groups for agents (that belong to different organisations), then take a look at the roles for the agents. You can add an additional role for agents of the other organisation.

Cheers,
Gijs

Thanks. Reinstalled it and it works now.

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.