Search found 3 matches
- 11 Jun 2012, 09:56
- Forum: Help
- Topic: Group permissions for changes
- Replies: 2
- Views: 1135
Re: Group permissions for changes
Thanks for Your reply. Im talking about ITSM changes, Im new to OTRS and Im trying to get to know all its cans and won'ts. The whole permission thing is quite important. As I go through doc and click on my test instance only element from ITSM that fits into the role/group schema is CI class. I am wo...
- 09 Jun 2012, 13:55
- Forum: Help
- Topic: Group permissions for changes
- Replies: 2
- Views: 1135
Group permissions for changes
Hi,
Is there a way to assign change to some group and in that way prevent some special changes from being viewed by some less permitted agents?
Is there a way to assign change to some group and in that way prevent some special changes from being viewed by some less permitted agents?
- 04 Jun 2012, 14:19
- Forum: Help
- Topic: Error with WebService
- Replies: 2
- Views: 2445
Re: Error with WebService
I had same problem. The reason why it happened was wrong definition of $Operation variable. At first I used just as in example: my $Operation = 'TicketCreate'; After few tries I figured out that this is not name of operation in connector, but a name I defined, in my case createTicket. So after switc...