Articles per agent report or graph with widget on dashboard

Moderator: crythias

Locked
xax0
Znuny newbie
Posts: 41
Joined: 01 Nov 2013, 10:46
Znuny Version: 3.3 beta4

Articles per agent report or graph with widget on dashboard

Post by xax0 »

Hello there,
I am looking at creating a stats (preferably a widget with nice graphics on the dashboard) that will show me articles created by agents per day (week, month, year). Is it possible to dig out such a report with the current stats module?
Also, it would be a good idea if I am able to list top performers based on article numbers.

Thanks in advance.
OTRS 3.3.6 with ITSM 3.3.6 running on CentOS 6.4, PostgreSQL 9.x
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Articles per agent report or graph with widget on dashbo

Post by crythias »

xax0 wrote:it would be a good idea if I am able to list top performers based on article numbers.
So, spamming a ticket = more productivity than a single article resolving it?
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
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

Re: Articles per agent report or graph with widget on dashbo

Post by dolfiz »

I think that per-Agent statistics are disabled by default. As far as I know this is done for legal/privacy reasons accordingly to some country legislation. You should find the proper parameter on SysConfig to enable them (Frontend::Agent::Stats => Stats::UseAgentElementInStats = yes).

I can't help you on the second topic but I'm also interested on it.

@crythias: you are right but we are doing what boss asks us, though they are stupid requests :)
Last edited by dolfiz on 22 Jan 2014, 13:05, edited 1 time in total.
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Articles per agent report or graph with widget on dashbo

Post by crythias »

I'd be more interested in number of closed tickets and a lower number of articles per closed ticket = better.
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
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

Re: Articles per agent report or graph with widget on dashbo

Post by dolfiz »

@crythias: so, is there a way to extract number of articles per ticket? With a query this is easy but I can't find a way to build such a report with the built-in functionalities
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Articles per agent report or graph with widget on dashbo

Post by crythias »

dolfiz wrote:@crythias: so, is there a way to extract number of articles per ticket? With a query this is easy but I can't find a way to build such a report with the built-in functionalities
Not that I'm aware of via stats
Last edited by crythias on 22 Jan 2014, 17:43, edited 1 time in total.
Reason: removed opinion. addressed question.
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
dolfiz
Znuny newbie
Posts: 85
Joined: 15 Jan 2014, 21:07
Znuny Version: 3.3.3
Location: Italy

Re: Articles per agent report or graph with widget on dashbo

Post by dolfiz »

Thank you for the clarification
OTRS 3.3.3 - Ubuntu server 12.04 - MySQL
xax0
Znuny newbie
Posts: 41
Joined: 01 Nov 2013, 10:46
Znuny Version: 3.3 beta4

Re: Articles per agent report or graph with widget on dashbo

Post by xax0 »

crythias wrote:
xax0 wrote:it would be a good idea if I am able to list top performers based on article numbers.
So, spamming a ticket = more productivity than a single article resolving it?
The idea is to see how much effort the agents are putting to resolve tickets. Also, if I am able to check on their interactions, I will be able to comment and audit their work.
Can you suggest any useful PostgreSQL reporting tool that I can use to produce such reports?

Thanks a lot.
OTRS 3.3.6 with ITSM 3.3.6 running on CentOS 6.4, PostgreSQL 9.x
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Articles per agent report or graph with widget on dashbo

Post by crythias »

I cannot suggest any database specific reporting tool, because you still need a query.

Roughly, it would be select count of articles, create by, TicketID from article where create time between start and end group by TicketID, createby

Probably also throw in something where it detects that it's an agent article.
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
xax0
Znuny newbie
Posts: 41
Joined: 01 Nov 2013, 10:46
Znuny Version: 3.3 beta4

[SOLVED] Articles per agent report or graph with widget

Post by xax0 »

I found out that Eclipse BIRT is quite useful tool for that purpose. It requires Tomcat server but looks like I am going to take use of its extensive reporting.

I will mark it as solved.

Thank you crythias!
OTRS 3.3.6 with ITSM 3.3.6 running on CentOS 6.4, PostgreSQL 9.x
philcampeau
Znuny newbie
Posts: 1
Joined: 21 May 2015, 02:43
Znuny Version: Business Solution 4

Re: Articles per agent report or graph with widget on dashbo

Post by philcampeau »

crythias wrote:I'd be more interested in number of closed tickets and a lower number of articles per closed ticket = better.
Interestingly, so am I. However, I need to know which of my employees are closing tickets with fewer articles and which are doing many. That's exactly why this feature would be very helpful.

My company uses OTRS as a support ticket system for our client base. If I want to know in total how many answers each of my employees sent out in a day, there is currently no way of knowing. There is no way of determining their first response resolution rate either, as far as I can tell. These are all very important metrics for managing a support centre.

I do hope such features are added. Even if crythias doesn't think it would be useful, clearly many of us do.
eliasp
Znuny newbie
Posts: 10
Joined: 11 Oct 2006, 01:01

Re: Articles per agent report or graph with widget on dashboard

Post by eliasp »

Getting a report on the number of articles per Ticket should be possible using:
  1. Dynamic-Object: TicketAccountedTime
  2. X-axis/Evaluation by: Number of Articles
… but only in theory. It seems to have a bug and currently produces results like this:

Code: Select all

QueueA: 0
QueueB: 0
QueueC: 5
QueueD: 0
Those numbers are far off from the reality of what's actually present in our system here.
Trying now to find out why this happens instead of reporting actual numbers.
eliasp
Znuny newbie
Posts: 10
Joined: 11 Oct 2006, 01:01

Re: Articles per agent report or graph with widget on dashboard

Post by eliasp »

Locked