hello everyone, I'm trying the ostickets platform for the first time, I have a question: I need to insert individual users into groups, for example
user1 -> group1
user2 -> group2
user3 -> group1
For each group I would like to limit the global number (regardless of the category of the ticket chosen) to a certain number, for example:
group1 -> max 5 tickets
group2 -> max 10 tickets
and so on, without any time reference but only with the number of tickets.
Once the limit is reached, it must block it until an operator intervenes to increase/reset that counter while the user sees that he has finished his number of tickets.
Is it possible?
Thanks