Can I check for top reporter and assignee

Ngoc Tuan Lam September 15, 2017

Hi guys,

I'm using JIRA Server 7.0.5

I just wonder if we can check who is the top issue reporter , top issue assignee on JIRA.

I just know how to use JQL and i think it wont have because we need some function to count i guess.

 

1 answer

1 accepted

0 votes
Answer accepted
RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 15, 2017

using pie chart gadget you can achive this, check the following doc to know more about it

https://confluence.atlassian.com/jira064/adding-the-pie-chart-gadget-720417035.html

Ngoc Tuan Lam September 18, 2017

Thanks . Well the thing is i am creating a new page on jira by using Atlassian SDK tool. So what i want is to put the analysis on that new page . If using built-in gadget ( pie chart ) i can only add to my dashboard . What i want is to add into that new page so that everybody in the team can see it , Any ideas ?

RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2017

"Well the thing is i am creating a new page on jira by using Atlassian SDK tool"

how you are creating page in jira?

do you mean creating a page in confluence? 

 

we use to create dashboard with required gadgets and share with all the team members so that it can be accesses all team members check following doc for more info

https://confluence.atlassian.com/adminjiraserver071/managing-shared-dashboards-802593152.html

another way is, you can show jira gadget in confluence, check following doc 

https://confluence.atlassian.com/adminjiraserver071/managing-shared-dashboards-802593152.html 

 

Ngoc Tuan Lam September 18, 2017

.

Ngoc Tuan Lam September 18, 2017

.

Ngoc Tuan Lam September 18, 2017

What i mean is i built a JIRA Plugin  (https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons)

What i built is a JIRA Webwork plugin which will link to a velocity page , then i modify that page to display what i want for the team (https://developer.atlassian.com/jiradev/jira-platform/building-jira-add-ons/jira-plugins2-overview/jira-plugin-module-types/webwork-plugin-module)

So i am finding a way to put the pie chart in this page , but since this is not JIRA dashboard , i cannot do that . 

Thanks for your idea on using shared dashboard too but so far i think i just can share the pie chart of 1 specific project , if another teammate what to see pie chart of another project , they cant . Therefore i prefer to have the chart on the new building page which everyone can access and decide which project they want to see

RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2017

not sure how to display pi chart in vm file but you can create a table.

with jira api you can search the issue and pass the values to vm template and display as table, check the following doc to get more info on how to search in plugin

https://confluence.atlassian.com/display/JIRA040/How+to+search+in+a+plugin

 

I think you can display any chart using third party plugins like high charts, d3js,..

Ngoc Tuan Lam September 18, 2017

Thanks for your advice, i did also try using JQL to perform search. However, JQL havent allow us to find top reporter and assignee, i still try to research. 

RambanamP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2017

when you do jql search using jira api then it will return List<issues> with this you can generate metrics. 

Ngoc Tuan Lam September 26, 2017

Yes one way i think of is to count for the reporters and assignees from the issue get from rest api , however this is a little bit tedious . 

The Aggregate function of JIRA have a function to deal with this problem but they not well-demonstrated and not on rest api too.

Ngoc Tuan Lam September 26, 2017
.

Suggest an answer

Log in or Sign up to answer