Search found 10 matches

by michalv
05 Aug 2024, 14:41
Forum: Help
Topic: Owner change after ticket close
Replies: 1
Views: 2441

Owner change after ticket close

Hi,

why system changes ticket owner to root@localhost after ticket is closed?

Is there any setting that can prevent this behaviour?

Thanks
by michalv
30 Mar 2021, 14:45
Forum: General
Topic: OTRS is changing queue when customer reply
Replies: 4
Views: 2658

Re: OTRS is changing queue when customer reply

thanks root for quick solution, it was exactly what i need.

Also thanks to other guys for help.
by michalv
26 Mar 2021, 16:43
Forum: General
Topic: OTRS is changing queue when customer reply
Replies: 4
Views: 2658

OTRS is changing queue when customer reply

Hello everyone, we have an "issue" with our OTRS setup. We have one queue for every department (about 8 ). Every customer belongs to one queue. Sorting our customers to queue is done via postmaster filters by setting up customer no., customer user for customer identification and follow-up ...
by michalv
03 May 2019, 10:43
Forum: General
Topic: Filter agent in statistics
Replies: 2
Views: 1315

Re: Filter agent in statistics

Many thanks!! It works
by michalv
02 May 2019, 14:15
Forum: General
Topic: Filter agent in statistics
Replies: 2
Views: 1315

Filter agent in statistics

Hello,

im missing Agent/Owner filter option in statistics. Is there any posibility to bring it back? We were using vers. 4 before and there was this option.

Thanks
by michalv
02 May 2019, 11:47
Forum: Help
Topic: FulltextIndex stuck at 0.0%
Replies: 1
Views: 1147

Re: FulltextIndex stuck at 0.0%

Solved by running Maint::Ticket::FulltextIndexRebuildWorker --force-pid and adding --limit then it worked.
by michalv
30 Apr 2019, 10:02
Forum: General
Topic: Statistics
Replies: 1
Views: 1431

Statistics

Hi there,

is there any way to list tickets that was created in 3/2019 AND closed in 4/2019? I wasnt able to figure out whats the condition between options in filter, i added Create Time absolute period and Close Time absolute period but i wasnt what I need.

Thanks
by michalv
08 Apr 2019, 16:01
Forum: Help
Topic: FulltextIndex stuck at 0.0%
Replies: 1
Views: 1147

FulltextIndex stuck at 0.0%

Hello there, i dont know why but a tried to run FulltextReindex from console and it stuck at 0.0%. Is there any solution??
Thx
by michalv
02 Aug 2018, 08:18
Forum: Help
Topic: Sync department option from Active Direcotory
Replies: 3
Views: 3240

Re: Sync department option from Active Direcotory

Thank a lot for your help. It helps me a lot. Now im able to sync department from AD.

Admin please mark as solved
by michalv
20 Jul 2018, 10:43
Forum: Help
Topic: Sync department option from Active Direcotory
Replies: 3
Views: 3240

Sync department option from Active Direcotory

Hello, how can I sync Department from AD to OTRS to be able to use it in signature? I tried this: $Self->{'AuthSyncModule::LDAP::UserSyncMap'} = { # DB -> LDAP UserFirstname => 'givenName', UserLastname => 'sn', UserEmail => 'mail', UserDepartment => 'department', }; This one doesnt seem to be worki...