Feature question

Hi all, Is it possible to search for any ticket who have been closed in a laps of time? Another question: Is is possible to see all tickets locked on a given user ? -- http://www.perinfo.com * Florent GUILIANI - Développement Système* 41, avenue Jean Jaurès - 67100 STRASBOURG /Tel :/ 03.88.44.96.00 /- Fax :/ 03.88.44.96.29 /E-mail :/ fguiliani@perinfo.com mailto:fguiliani@perinfo.com /Site Web :/ http://www.perinfo.com

Hi Florent, (it would be fine if you use just on list in the To: field. thanks) Florent Guiliani schrieb:
Is it possible to search for any ticket who have been closed in a laps of time?
No, it's not possible.
Another question: Is is possible to see all tickets locked on a given user ?
No, it's not possible. Martin ((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing Fon: +49 (0) 9421 1862 760 :: Fax: +49 (0) 9421 1862 769 http://www.otrs.com/ :: Communication with success!

Martin Edenhofer a écrit :
Hi Florent,
(it would be fine if you use just on list in the To: field. thanks)
Ok
Florent Guiliani schrieb:
Is it possible to search for any ticket who have been closed in a laps of time?
No, it's not possible.
Is it possible for me to add this feature under a plugin? If I add the feature in the core, do you accept patch to include in official release ?
Another question: Is is possible to see all tickets locked on a given user ?
No, it's not possible.
Same questions..
Martin
Thank you Martin. I'm evaluating OTRS for my company (www.perinfo.com). Some features are missing. I can code but not for a long time. I hope API is well formed and documented ;). Florent,

I do the the same think in a plugin. The best solution to get these informations is to use TicketSearch function. Attached files are a sample of code with this function. /otrs/Kernel/Config/Files/GenetelSearchConfig.pm cid:part1.02000602.05090707@fourey.fr /otrs/Kernel/Modules/GenetelSearch.pm cid:part1.02000602.05090707@fourey.fr These scripts needs others no provided scripts. Cordialement / Regards Alexandre FOUREY Consultant alexandre@fourey.fr Cell Phone 33 (0)6 67 67 50 12 /otrs/Kernel/Config/Files/GenetelSearchConfig.pm cid:part1.02000602.05090707@fourey.fr Florent Guiliani wrote:
Martin Edenhofer a écrit :
Hi Florent,
(it would be fine if you use just on list in the To: field. thanks)
Ok
Florent Guiliani schrieb:
Is it possible to search for any ticket who have been closed in a laps of time?
No, it's not possible.
Is it possible for me to add this feature under a plugin?
If I add the feature in the core, do you accept patch to include in official release ?
Another question: Is is possible to see all tickets locked on a given user ?
No, it's not possible.
Same questions..
Martin
Thank you Martin. I'm evaluating OTRS for my company (www.perinfo.com). Some features are missing. I can code but not for a long time. I hope API is well formed and documented ;).
Florent,
_______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
$Self->{'Frontend::Module'}->{'GenetelSearch'} = {
Description => 'Advanced Search',
Title => 'Recherche avancée',
NavBarName => 'Ticket',
NavBar => [
{
Description => 'Advanced Search',
Name => 'Recherche avancée',
Image => 'search.png',
Link => 'Action=GenetelSearch',
NavBar => 'Ticket',
Prio => 310,
},
],
};
$Self->{'Frontend::Module'}->{'=GenetelSearch'} = {
Description => 'Advanced Search',
Title => 'Recherche avancée',
NavBarName => 'Ticket',
};
# --
# Kernel/Modules/AgentTicketAutoSearch.pm -
# Copyright (C) 2001-2005 Alexandre FOUREY

Alexandre FOUREY a écrit :
I do the the same think in a plugin. The best solution to get these informations is to use TicketSearch function.
Attached files are a sample of code with this function. /otrs/Kernel/Config/Files/GenetelSearchConfig.pm cid:part1.02000602.05090707@fourey.fr /otrs/Kernel/Modules/GenetelSearch.pm cid:part1.02000602.05090707@fourey.fr
Big thank you
These scripts needs others no provided scripts.
Seems like commercial plugin? So I cannot have the whole plugin?
Cordialement / Regards
"Tiens un français, salutations de Strasbourg ;)" Best Regards, Florent,

Isn't a commerci Cordialement / Regards -- Alexandre FOUREY Consultant alexandre@fourey.fr Cell Phone 33 (0)6 67 67 50 12
Alexandre FOUREY a écrit :
I do the the same think in a plugin. The best solution to get these informations is to use TicketSearch function.
Attached files are a sample of code with this function. /otrs/Kernel/Config/Files/GenetelSearchConfig.pm cid:part1.02000602.05090707@fourey.fr /otrs/Kernel/Modules/GenetelSearch.pm cid:part1.02000602.05090707@fourey.fr
Big thank you
These scripts needs others no provided scripts.
Seems like commercial plugin? So I cannot have the whole plugin?
Cordialement / Regards
"Tiens un français, salutations de Strasbourg ;)"
Best Regards, Florent,
_______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

This plugin isn't a commercial plugin just a part of my customer specific development on OTRS and I don't have all sources. Cordialement / Regards Alexandre FOUREY Consultant alexandre@fourey.fr Cell Phone 33 (0)6 67 67 50 12 Florent Guiliani wrote:
Alexandre FOUREY a écrit :
I do the the same think in a plugin. The best solution to get these informations is to use TicketSearch function.
Attached files are a sample of code with this function. /otrs/Kernel/Config/Files/GenetelSearchConfig.pm cid:part1.02000602.05090707@fourey.fr /otrs/Kernel/Modules/GenetelSearch.pm cid:part1.02000602.05090707@fourey.fr
Big thank you
These scripts needs others no provided scripts.
Seems like commercial plugin? So I cannot have the whole plugin?
Cordialement / Regards
"Tiens un français, salutations de Strasbourg ;)"
Best Regards, Florent,
_______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
participants (3)
-
Alexandre FOUREY
-
Florent Guiliani
-
Martin Edenhofer