Add Next State field to AgentTicketResponsible

Moderator: crythias

Post Reply
bwesaala
Znuny newbie
Posts: 21
Joined: 21 Dec 2011, 12:53
Znuny Version: 3.2.13
Real Name: Brian Wesaala
Company: UN DCM
Location: Geneva, Switzerland

Add Next State field to AgentTicketResponsible

Post by bwesaala »

Hi,

I have two questions:

1)How can I enable the Next state field when changing the Responsible. I agents to be able the change ticket state without taking ownership of the ticket. That way I can have a helpdesk function that maintains ownership of the tickets and the people working on the tickets are able to update the ticket state without using the Add Note button.

2)How can I create a custom dashlet which shows tickets summarized by agent. This is to enable the helpdesk staff monitor the workload of agents working on tickets. The same can also be used by the agents to quickly see which tickets they are working on (responsible for).

Thank you
Debian 6.0.8 x86_64, MySQL 5.1.72, Perl v5.10.1, Apache 2.2.16
bwesaala
Znuny newbie
Posts: 21
Joined: 21 Dec 2011, 12:53
Znuny Version: 3.2.13
Real Name: Brian Wesaala
Company: UN DCM
Location: Geneva, Switzerland

Re: Add Next State field to AgentTicketResponsible

Post by bwesaala »

Hi Again,

I managed to work out the first part in SysConfig:

Ticket->Frontend::Agent::Ticket::ViewResponsible###State = Yes

Still trying to figure out the second part. This link has been helpful but still not clear especially on the "Attributes" and "Filter" settings.

I will appreciate any pointers.

Brian
Debian 6.0.8 x86_64, MySQL 5.1.72, Perl v5.10.1, Apache 2.2.16
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Re: Add Next State field to AgentTicketResponsible

Post by diginin »

bwesaala wrote:Hi,

I have two questions:
...
2)How can I create a custom dashlet which shows tickets summarized by agent. This is to enable the helpdesk staff monitor the workload of agents working on tickets. The same can also be used by the agents to quickly see which tickets they are working on (responsible for).
...
Out-of-the-box, just use the status view and sort by owner. Otherwise, you will have to dig into developing a new dashboard widget, as I think the current generic will not meet your filtering needs.
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
artjoms15
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: Add Next State field to AgentTicketResponsible

Post by artjoms15 »

Or you can use statistics module and get ticket count for each Agent in the system
Ar cieņu / Kind regards,
----------------------------------------
Artjoms Petrovs
Sistēmu analītiķis/Programmētājs /
Systems Analyst/Programmer
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Re: Add Next State field to AgentTicketResponsible

Post by diginin »

artjoms15 wrote:Or you can use statistics module and get ticket count for each Agent in the system
True, this would give you numbers, but not a live management tool. Did I misunderstand the purpose?
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
bwesaala
Znuny newbie
Posts: 21
Joined: 21 Dec 2011, 12:53
Znuny Version: 3.2.13
Real Name: Brian Wesaala
Company: UN DCM
Location: Geneva, Switzerland

Re: Add Next State field to AgentTicketResponsible

Post by bwesaala »

I need a live management tool and I am thinking of developing a new dashboard widget. Neither the Status View nor the Statistics satisfy my user's requirements but currently they are using the Status View. Please feel free to point me to any useful resources. I will put up any progress I make. Thanks!

Brian
Debian 6.0.8 x86_64, MySQL 5.1.72, Perl v5.10.1, Apache 2.2.16
Post Reply