Search for service in OTRS
Moderator: crythias
-
- Znuny newbie
- Posts: 78
- Joined: 18 Apr 2012, 19:20
- Znuny Version: 3.2.1
- Company: Méditel
- Location: Morroco
Search for service in OTRS
Hi Guys,
How to search for a service ?
How to search for a service ?
Best Regards,
Yacine BELGHARD
Software Ingineer
Yacine BELGHARD
Software Ingineer
Re: Search for service in OTRS
via Ticket search...
Again, your questions show that you need to get qualified help on your implementation and also basic and admin training.
Again, your questions show that you need to get qualified help on your implementation and also basic and admin training.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 78
- Joined: 18 Apr 2012, 19:20
- Znuny Version: 3.2.1
- Company: Méditel
- Location: Morroco
Re: Search for service in OTRS
Hi,
don't work !! they give me list of ticket .
I'm not familiar with OTRS,i'm just in internship to get my ingenner diplom
Thank you
don't work !! they give me list of ticket .
I'm not familiar with OTRS,i'm just in internship to get my ingenner diplom
Thank you
Best Regards,
Yacine BELGHARD
Software Ingineer
Yacine BELGHARD
Software Ingineer
Re: Search for service in OTRS
for sure you get a ticket list, as service is a ticket parameter. So searching will give you of list of all tickets which have the searched service assigned.
Internship is not a good excuse. The company which want's you to work on OTRS should invest this will help them and you.
Internship is not a good excuse. The company which want's you to work on OTRS should invest this will help them and you.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 78
- Joined: 18 Apr 2012, 19:20
- Znuny Version: 3.2.1
- Company: Méditel
- Location: Morroco
Re: Search for service in OTRS
For the question:
so i can't search for a service.
for the internship:
My internship is to implement ITIL in my campany ,and personalise OTRS for thier needs,it's my first chance to use ITSM tools like OTRS.
so i can't search for a service.
for the internship:
My internship is to implement ITIL in my campany ,and personalise OTRS for thier needs,it's my first chance to use ITSM tools like OTRS.
Best Regards,
Yacine BELGHARD
Software Ingineer
Yacine BELGHARD
Software Ingineer
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Search for service in OTRS
How do you want to search for services? Do you have hundreds of services listed and you need to search for the needle in the haystack or you don't know where services are configured?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 78
- Joined: 18 Apr 2012, 19:20
- Znuny Version: 3.2.1
- Company: Méditel
- Location: Morroco
Re: Search for service in OTRS
Yes this is my question,
i have a lot of service and i want to search for one service .
i have a lot of service and i want to search for one service .
Best Regards,
Yacine BELGHARD
Software Ingineer
Yacine BELGHARD
Software Ingineer
-
- Znuny advanced
- Posts: 121
- Joined: 30 Aug 2011, 10:48
- Znuny Version: 3.3.8 && 4.0.9
- Real Name: Artjoms Petrovs
- Location: Latvia
Re: Search for service in OTRS
Well there are a lot of options how to do it::
1) Make dependent dropdowns (Service depends on dynamic field value, ACL or custom code customization)
2) Put an Autocomplete dropdown in according .dtl file (e.g. jquery Autocomplete, on new browsers speed will be bearable)
3) ACL based on Type of the ticket (Similar to the first one, but without any code injections whole Service list will be shown, but ACL'ed values will be greyed out)
4) Give full list, but sort most frequently used Services on the top of list (There is a module written some time ago, but I've lost all the sources, so use this viewtopic.php?f=62&t=12229)
5) Remove real ServiceID field from the customer interface and let the Agent fill in the Service - it also can solve the problem
GL in your internship
1) Make dependent dropdowns (Service depends on dynamic field value, ACL or custom code customization)
2) Put an Autocomplete dropdown in according .dtl file (e.g. jquery Autocomplete, on new browsers speed will be bearable)
3) ACL based on Type of the ticket (Similar to the first one, but without any code injections whole Service list will be shown, but ACL'ed values will be greyed out)
4) Give full list, but sort most frequently used Services on the top of list (There is a module written some time ago, but I've lost all the sources, so use this viewtopic.php?f=62&t=12229)
5) Remove real ServiceID field from the customer interface and let the Agent fill in the Service - it also can solve the problem
GL in your internship

Ar cieņu / Kind regards,
----------------------------------------
Artjoms Petrovs
Sistēmu analītiķis/Programmētājs /
Systems Analyst/Programmer
----------------------------------------
Artjoms Petrovs
Sistēmu analītiķis/Programmētājs /
Systems Analyst/Programmer
-
- Znuny newbie
- Posts: 78
- Joined: 18 Apr 2012, 19:20
- Znuny Version: 3.2.1
- Company: Méditel
- Location: Morroco
Re: Search for service in OTRS
Hi,
Thank you my friend
but in which file do you talk ?service.pm
Thank you my friend
but in which file do you talk ?service.pm
Best Regards,
Yacine BELGHARD
Software Ingineer
Yacine BELGHARD
Software Ingineer
-
- Znuny advanced
- Posts: 121
- Joined: 30 Aug 2011, 10:48
- Znuny Version: 3.3.8 && 4.0.9
- Real Name: Artjoms Petrovs
- Location: Latvia
Re: Search for service in OTRS
Ohh, JavaScript changes should be ammended to the file "/Kernel/Output/HTML/Standard/CustomerTicketMessage.dtl" and some changes for the creation of dependant dropdowns in the file /Kernel/Modules/CustomerTicketMessage.pm. Please do not touch file Services.pm as it is a system file and without knowing what you are doing some damage could be made to the system.
Cheers,
A.
Cheers,
A.
Ar cieņu / Kind regards,
----------------------------------------
Artjoms Petrovs
Sistēmu analītiķis/Programmētājs /
Systems Analyst/Programmer
----------------------------------------
Artjoms Petrovs
Sistēmu analītiķis/Programmētājs /
Systems Analyst/Programmer