Search found 11 matches

by sgadow
14 Nov 2024, 23:32
Forum: Help
Topic: First Response Times
Replies: 1
Views: 8126

First Response Times

So I notice when I run a report firstresponsetime is blank I understand, based on the documentation, that some of the first response fields are based on escalations which we do not use at all. Is it possible to show me the difference between FirstResponse field and Create time field in one of these ...
by sgadow
17 Mar 2011, 17:16
Forum: Help
Topic: LDAP Backend DN Question
Replies: 2
Views: 1520

Re: LDAP Backend DN Question

When I do what you suggested it does not work correctly it only displays groups and not users under the groups so I changed it back to what I had originally.. what i have noticed now however is that these are the ou's that are missing.. I removed all of the spaces however that you suggested which ha...
by sgadow
11 Mar 2011, 16:51
Forum: Help
Topic: LDAP Backend DN Question
Replies: 2
Views: 1520

LDAP Backend DN Question

I seem to be missing some users and I cannot figure out why or where they are missing from so if someone could help me with my settings it would be awesome Currently my AD is structured as follows (I am eventually going to restructure-redesign the ad but for now this is what i have to work with) the...
by sgadow
09 Mar 2011, 22:29
Forum: Help
Topic: Adding Pc name to a ticket
Replies: 0
Views: 914

Adding Pc name to a ticket

I would like to have the pc name of the computer that the ticket is being submitted from listed within a ticket when it is created..

what is the easiest way to achieve this?
by sgadow
09 Mar 2011, 21:30
Forum: Help
Topic: Can we login OTRS by Active Directory Account ?
Replies: 4
Views: 3726

Re: Can we login OTRS by Active Directory Account ?

Edit: Nevermind figured out my question
by sgadow
08 Mar 2011, 19:43
Forum: General
Topic: Assign service to sub-queue
Replies: 12
Views: 8869

Re: Assign service to sub-queue

To add.. I have however noticed that when i switch say from the default selection which is - to the OHS-IT queue the list displays correctly however if i switch to a queue that is not in my code fex Postmaster all services show.. then if i switch from there to say OHS-IT then all services still show...
by sgadow
08 Mar 2011, 19:25
Forum: General
Topic: Assign service to sub-queue
Replies: 12
Views: 8869

Re: Assign service to sub-queue

Keep in mind It takes time for your config to update automatically after changes (make sure you are refreshing your page and/or clearing cache) the ACL-Customer-Services can stay just as it is.. This is working on a fresh install 3.0.6 (i can't see why it wouldn't work with older versions as well) w...
by sgadow
08 Mar 2011, 17:05
Forum: General
Topic: Assign service to sub-queue
Replies: 12
Views: 8869

Re: Assign service to sub-queue

Ok this works.. try this out $Self->{TicketAcl}->{'ACL-Customer-Services'} = { Properties => {Frontend => {Action => ['CustomerTicketMessage']}, }, # Show Services for Queues Possible => {Ticket => { Service => ['[RegExp]::','[RegExp]^*']} } }; $Self->{TicketAcl}->{'ACL-Name-1'} = { # match properti...
by sgadow
08 Mar 2011, 16:08
Forum: General
Topic: Assign service to sub-queue
Replies: 12
Views: 8869

Re: Assign service to sub-queue

Ok well the above will work if you want to not show a service for only particular queues.. which will work just fine I suppose.. however anyone know how it would be changed to do the opposite and show services/queue rather than hide them?
by sgadow
08 Mar 2011, 15:55
Forum: General
Topic: Assign service to sub-queue
Replies: 12
Views: 8869

Re: Assign service to sub-queue

Hm ok I tried this and got the opposite.. the services are not available to choose from $Self->{TicketAcl}->{'ACL-Customer-Services'} = { Properties => {Frontend => {Action => ['CustomerTicketMessage']}, }, # hide the service's for Queues PossibleNot => {Ticket => { Service => ['[RegExp]::','[RegExp...
by sgadow
07 Mar 2011, 22:29
Forum: General
Topic: Assign service to sub-queue
Replies: 12
Views: 8869

Re: Assign service to sub-queue

I tried this (to just add the services to the queues) all i did was copied the code replaced the queue/service values into config.pm and I get the following error.. did i miss a step? Software error: Undefined subroutine &Kernel::Config::Load called at C:/PROGRA~1/OTRS/OTRS//Kernel/Config/Defaul...