Search found 22 matches

by owi
18 Oct 2022, 11:02
Forum: Developers
Topic: Restrict Customers visible to Agents
Replies: 0
Views: 2678

Restrict Customers visible to Agents

Dear community This comes out of a thread started in the General board. The initial request was In the same manner that you map agents to only see certain queues, I'd love to see the ability to map agents to see only certain customers. We have agents dedicated to a certain queue and they can still s...
by owi
17 Oct 2022, 16:03
Forum: General
Topic: Map Users to Groups
Replies: 10
Views: 1031

Re: Map Users to Groups

@PensrodCC asked We have instances where we have agents dedicated to a certain queue and they can still see other customers. @root asked back What exactly do you mean by "see other customers"? Other customers' tickets or are they able to see the customer when selecting a customer user? Nob...
by owi
30 Sep 2022, 18:20
Forum: General
Topic: Map Users to Groups
Replies: 10
Views: 1031

Re: Map Users to Groups

Mine is a bit simpler but the same in needs. I am the owner of the ZNUNY deployment. I have customers A,B,C & D. I need to create an agent that works for company A so they can work tickets within their company. But, I only want them to see users within company A. As it stands now, they can clic...
by owi
29 Sep 2022, 09:49
Forum: General
Topic: Map Users to Groups
Replies: 10
Views: 1031

Re: Map Users to Groups

I guess we have the same problem. But let me first be clear about what exactly you need. My situation is - The OTRS server is owned and managed by company A - Customers are from companies x, y, z - Some Agents are from company A - Other Agents are from companies B, C, D. - B, C, D are subcontractors...
by owi
22 Sep 2022, 08:28
Forum: Help
Topic: AWS Setup
Replies: 4
Views: 548

Re: AWS Setup

root wrote: 22 Sep 2022, 08:17 So, you never access your attachments again?
I said "mostly" :)

99% of my attachments are used at most once, then fill up the archive forever. That's why I suggested S3. It can swallow huge amounts of data at very little cost, as long as you don't retrieve it.
by owi
22 Sep 2022, 08:12
Forum: Help
Topic: AWS Setup
Replies: 4
Views: 548

Re: AWS Setup

Both EFS and EBS are viable, it depends on your needs and preferences.

What about S3 mounted as a filesystem? In my experience, the OTRS Article storage is mostly "Write Once Read Never". An S3 bucket with an intelligent storage class is probably the most cost effective solution for that.
by owi
07 Sep 2022, 07:58
Forum: Help
Topic: How to define default status on reply / new e-mail ticket?
Replies: 1
Views: 350

Re: How to define default status on reply / new e-mail ticket?

I do not fully understand what you mean by "after replying or sending a new e-mail ticket". Did you try Ticket::Frontend::AgentTicketCompose###StateDefault and Ticket::Frontend::AgentTicketEmail###StateDefault ? The full list of StateDefault settings is: Ticket::Frontend::AgentTicketBounce...
by owi
10 Aug 2022, 15:08
Forum: Help
Topic: Accidentially created a change on System Configuration, how to revert?
Replies: 2
Views: 358

Re: Accidentially created a change on System Configuration, how to revert?

Do not deploy.

In Admin -> System Configuration, enter the name of the item ( PostMaster::CheckFollowUpModule###0600-ExternalTicketNumberRecognition) into the search field and hit Enter.

Click the hamburger menu in the top right.

Click "Reset Setting"

Click "Confirm".
by owi
10 Aug 2022, 14:59
Forum: Help
Topic: Confusing Users, Groups, Roles
Replies: 4
Views: 459

Re: Confusing Users, Groups, Roles

The UI implies, that the user has to be assigned to a group. But the UI shall provide the steps from Users to assign Roles. Both is possible! User -> Group User -> Role -> Group A user does not need to have any role at all. Direct group membership is possible. Regard roles as "collections of g...
by owi
08 Aug 2022, 08:08
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

Re: GernericInterface TicketUpdate when authenticated as customer user?

Hi Thank you very much for digging into this. By the way, did you make sure that the ticket Owner is *not* UserID=1? Yes, you can see it in my screenshot. I use "customer-1" The ticket owner is an agent, not a customer user. I can not see the ticket owner in your screenshots, therefore I a...
by owi
03 Aug 2022, 11:54
Forum: Hilfe
Topic: unterschiedliche Sprachen pro Kunde
Replies: 9
Views: 586

Re: unterschiedliche Sprachen pro Kunde

Des weiteren hat der ein Administrator (d.h. ein Agent-Benutzer in der Gruppe "admin") die Möglichkeit, die Kundensprache zu ändern:

Kunden -> Kundenbenutzer-Verwaltung -> Benutzername -> Sprache Benutzeroberfläche -> Speichern
by owi
03 Aug 2022, 11:37
Forum: Hilfe
Topic: unterschiedliche Sprachen pro Kunde
Replies: 9
Views: 586

Re: unterschiedliche Sprachen pro Kunde

Jeder Kundenbenuzter kann sich seine Sprache individuell eintsellen:

Einstallungen -> Sprache Benutzeroberfläche -> Sprache -> Aktualisieren
by owi
03 Aug 2022, 11:13
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

Re: GernericInterface TicketUpdate when authenticated as customer user?

After some debugging, I found a solution, but I don't understand it. Kernel::System::Ticket::TicketPermission() runs four ticket permission modules: Kernel::System::Ticket::Permission::OwnerCheck Kernel::System::Ticket::Permission::ResponsibleCheck Kernel::System::Ticket::Permission::GroupCheck Kern...
by owi
02 Aug 2022, 15:03
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

Re: GernericInterface TicketUpdate when authenticated as customer user?

Johannes wrote: 29 Jul 2022, 15:25 And again,
this is working fine:
By the way, did you make sure that the ticket Owner is *not* UserID=1?
by owi
02 Aug 2022, 13:47
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

Re: GernericInterface TicketUpdate when authenticated as customer user?

root wrote: 02 Aug 2022, 11:55 One small question: do you use the TicketNumber or TicketID in the URL when you call the web service?
- Roy
I use the numerical TicketID, i.e. the DB field otrs.ticket.id.
We are not interested in the ticket number varchar otrs.ticket.tn.

Othmar
by owi
02 Aug 2022, 11:54
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

Re: GernericInterface TicketUpdate when authenticated as customer user?

Johannes wrote: 29 Jul 2022, 15:25 If customer group support is enabled, you need to take care of the correct permissions there.
The problem is independent of the setting of CustomerGroupSupport.

Permission is denied not by missing customer user permissions, but by mismatching agent owner.
by owi
02 Aug 2022, 10:32
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

Re: GernericInterface TicketUpdate when authenticated as customer user?

Thanks, Johannes, for trying this out. You are right, I am probably making a stupid mistake somewhere. So let me explain in detail what I am doing, maybe the mistake is obvious. I create a webservice Provider: Operation: PutState: Description: Update the ticket state Type: Ticket::TicketUpdate Mappi...
by owi
29 Jul 2022, 11:37
Forum: Developers
Topic: Intermediate work repo?
Replies: 9
Views: 3747

Re: Intermediate work repo?

Johannes wrote: 28 Jul 2022, 16:41 Just because some other software uses "7.0" as version number, we should skip it? And move to what, 14? Twice as good? :lol: ... no. Only possible version would be 21,23 or 42 or 420 8) .
Well, yes :D

But it's your choice. Never mind
by owi
29 Jul 2022, 10:50
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

Re: GernericInterface TicketUpdate when authenticated as customer user?

Thank you very much for looking into this. In the meantime I found that the permission is only denied for states that have types of "closed" or "pending". Your example worked because you set the state to "open". For closed and pending states, there are additional permis...
by owi
28 Jul 2022, 14:06
Forum: Developers
Topic: Intermediate work repo?
Replies: 9
Views: 3747

Re: Intermediate work repo?

And is there any intermediate work to see on 7.0?
There should probably never by a Znuny version 7.0. It might be confused with OTRS version 7.0 which is not open source.

Read e..g https://www.znuny.org/en/blog/why if you are not familiar with the history of Znuny and OTRS.
by owi
27 Jul 2022, 11:46
Forum: Developers
Topic: GernericInterface TicketUpdate when authenticated as customer user?
Replies: 12
Views: 5215

GernericInterface TicketUpdate when authenticated as customer user?

Hi I am developing a REST webservice that can create and modify tickets. The API user is authenticated as a Customer User, because he really is a customer and I don't want him to have Agent permissions. Creating tickets works fine, but when it comes to updates (e.g. change State), permission is deni...