
Hi all! I have been reading the whole OTRS manual, and I found some tips. For example in my queue view now I can view more than 25 tickets (actually I see 100 tickets). However, I'm not able to select the whole tickets for bulk action; When I try it, I only get 28 selected tickets in the bulk action screen, and not the hundred I tried. Does anyone knows wich filed must I modify in order to select all available tickets for bulk action?, and then in the bulk action screen be able to see all these previous selected tickets ready for a bulk action? Thank you and best regards! -- David

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi David,
Does anyone knows wich filed must I modify in order to select all available tickets for bulk action?, and then in the bulk action screen
...bulk action is limited to 28 tickets - have a closer look into AgentNavigationBar.dtl in the form named "bulk" and you'll see why. However, if you want to do bulk action on a large number of tickets using a generic agent might be more practicable. regards, Torsten Thau - -- Torsten Thau, Dipl. Inform. c.a.p.e. IT Labs GbR - Annaberger Str. 240 - D-09125 Chemnitz phone: +49 371 5347 623 cell: +49 176 66 680 680 personal pgp-key: 0x93E0A174 fax: +49 371 5347 625 http://www.cape-it.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIXUHwvXo8m5PgoXQRAltwAJ45Cc+998JWlRv6bZc2ftZsU1oaTQCghHMX OwxtU5z7qa1EZ5JvS9yvN0g= =bN1r -----END PGP SIGNATURE-----

Thank you Torsten, But, after having a look at that, i didn't find yet why It's not possible to select more than 28 tickets :(. Can you give me a key? Whats supposed I have to take care? In the other hand, I can't use generic agent because 90% of tickets can be erased, and it must be done by hand (how can I identify automatically important tickest between tons of waste?). Any idea? Best regards! [root@atenea Lite]# cat AgentNavigationBar.dtl # -- # AgentNavigationBar.dtl - provides global HTML NavigationBar # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/ # -- # $Id: AgentNavigationBar.dtl,v 1.25 2006/08/29 17:11:11 martin Exp $ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see http://www.gnu.org/licenses/gpl.txt. # -- <!-- start NavigationBar --> <table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td valign="top" align="left" width="70%" class="nav"> <table border="0" cellspacing="2" cellpadding="3"> <tr> <!-- dtl:block:ItemPre --> <td valign="top" align="center" class="nav">
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi David,
Does anyone knows wich filed must I modify in order to select all available tickets for bulk action?, and then in the bulk action screen
...bulk action is limited to 28 tickets - have a closer look into AgentNavigationBar.dtl in the form named "bulk" and you'll see why.
However, if you want to do bulk action on a large number of tickets using a generic agent might be more practicable.
regards, Torsten Thau
- -- Torsten Thau, Dipl. Inform. c.a.p.e. IT Labs GbR - Annaberger Str. 240 - D-09125 Chemnitz phone: +49 371 5347 623 cell: +49 176 66 680 680 personal pgp-key: 0x93E0A174 fax: +49 371 5347 625 http://www.cape-it.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIXUHwvXo8m5PgoXQRAltwAJ45Cc+998JWlRv6bZc2ftZsU1oaTQCghHMX OwxtU5z7qa1EZ5JvS9yvN0g= =bN1r -----END PGP SIGNATURE----- _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/
-- David

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi David,
But, after having a look at that, i didn't find yet why It's not possible to select more than 28 tickets :(. Can you give me a key? Whats supposed I have to take care?
Sorry, maybe my advice was a little to short. However, at the end of AgentNavigationBar.dtl file you'll find the code-lines which implement the HTML-form, which again keeps the ticket ids of the tickets selected for bulk action. This form can contain only a limited number of ticket ids: #-----------------------8><------------------------------------

Thank you Torsten.
Looks difficult, but no impossible. I'll try to modify the loop.
Regards!
David
2008/6/23 Torsten Thau
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi David,
But, after having a look at that, i didn't find yet why It's not possible to select more than 28 tickets :(. Can you give me a key? Whats supposed I have to take care?
Sorry, maybe my advice was a little to short. However, at the end of AgentNavigationBar.dtl file you'll find the code-lines which implement the HTML-form, which again keeps the ticket ids of the tickets selected for bulk action. This form can contain only a limited number of ticket ids:
#-----------------------8><------------------------------------
-- David

Or you could try this greasemonkey script :)
http://lists.otrs.org/pipermail/otrs/2005-May/007931.html
Only works for FF though , HTH
On Mon, Jun 23, 2008 at 6:45 PM, David Baratech
Thank you Torsten.
Looks difficult, but no impossible. I'll try to modify the loop.
Regards!
David
2008/6/23 Torsten Thau
: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi David,
But, after having a look at that, i didn't find yet why It's not possible to select more than 28 tickets :(. Can you give me a key? Whats supposed I have to take care?
Sorry, maybe my advice was a little to short. However, at the end of AgentNavigationBar.dtl file you'll find the code-lines which implement the HTML-form, which again keeps the ticket ids of the tickets selected for bulk action. This form can contain only a limited number of ticket ids:
#-----------------------8><------------------------------------
-- David _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/

grat!!! I'll try asap!
2008/6/24 djtzar
Or you could try this greasemonkey script :)
http://lists.otrs.org/pipermail/otrs/2005-May/007931.html
Only works for FF though , HTH
On Mon, Jun 23, 2008 at 6:45 PM, David Baratech
wrote: Thank you Torsten.
Looks difficult, but no impossible. I'll try to modify the loop.
Regards!
David
2008/6/23 Torsten Thau
: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi David,
But, after having a look at that, i didn't find yet why It's not possible to select more than 28 tickets :(. Can you give me a key?
Whats
supposed I have to take care?
Sorry, maybe my advice was a little to short. However, at the end of AgentNavigationBar.dtl file you'll find the code-lines which implement the HTML-form, which again keeps the ticket ids of the tickets selected for bulk action. This form can contain only a limited number of ticket ids:
#-----------------------8><------------------------------------
-- David _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/
-- http://tinyurl.com/2j6lzt _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/
-- David
participants (3)
-
David Baratech
-
djtzar
-
Torsten Thau