add tabs in queue view

Moderator: crythias

Locked
bbbo
Znuny newbie
Posts: 4
Joined: 15 May 2012, 18:29
Znuny Version: 3.1.5

add tabs in queue view

Post by bbbo »

I'm rather new to OTRS and the template design, so please bear with me. I searched the forums but didn't find any useful hints, if I'm just blind please give me alead.

I'd like to add a tab for "Closed tickets" next to "All tickets" and "Available tickets" in the Queue View, but am at a loss to the templates/modules I should turn...
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: add tabs in queue view

Post by jojo »

the Queue view is not designed to show closed tickets. Use status view and search for this.

Typically it makes no sense to show all closed tickets as they will grow and grow
"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
bbbo
Znuny newbie
Posts: 4
Joined: 15 May 2012, 18:29
Znuny Version: 3.1.5

Re: add tabs in queue view

Post by bbbo »

jojo wrote:the Queue view is not designed to show closed tickets. Use status view and search for this.

Typically it makes no sense to show all closed tickets as they will grow and grow
you're right and I know that; but in our scenario we archive tickets after 2 months, but might need to look at closed tickets (or get an overview) in the meantime, divided by queue. We already use status view but it is cumbersome to utilize search everytime for an overview, besides we'd have to manually store searches for every agent. We also have queues for newsletters and system messages which get autoclosed after a couple of days, yet someone might want to look at them later witouth going through the clumsy AJAX search interface.

The tabs to All/Available are just links to http:?/otrs/index.pl?Action=AgentTicketQueue;QueueID=0;Filter=Unlocked etc, isn't it possible to change the action to Filter=Closed and add a link to the template? Just asking...
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: add tabs in queue view

Post by jojo »

i guess that you need to write some filter code also...
"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
Karlos40
Znuny newbie
Posts: 9
Joined: 20 Apr 2012, 12:19
Znuny Version: 2.4.9
Real Name: Karl
Company: Samson

Re: add tabs in queue view

Post by Karlos40 »

Hi, this topic poses significant interest for myself. I would like to be able to display ticket 'Type' instead of perhaps 'Lock/Unlock' in the Queue View. Is the template configurable in this way?
Locked