Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Comparing output of 3 reports in one page

Pat
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 27, 2020

Team,

I have created total 3 queries:

1. Number of issues created in project 1

2. How many of them got changed to a specific status (Example: In Engineering")

3. How many of them got a child Project created within the actual project (Basically haslink option)

Now I need to create a report which will show % difference between these 3 output.

example:

output of 1 is 10

Output of 2 is 6 

Output of 3 is 2.

 

I need to put all the 3 into one page and see the % difference. Is this possible?

1 answer

0 votes
sukkeong
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.
February 27, 2020

I don't think you can do it directly in JIRA.

You might need to use a webpage that queries JIRA with te JQL defined, then perform the necessary calculation and visualise

Pat
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 27, 2020

You mean we can do it in confluence? 

sukkeong
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.
March 9, 2020

I mean to develop an external webapp that can perform query to JIRA and then perform metrics that is required. What balance of frontend-backend (client-server) would depend on the needs of the solution.

Confluence is meant for knowledge sharing rather than metrics or business analytics you need.

 

Side note

Alternatively, some may propose writing a JIRA plugin to perform these metrics/analytics. However, I think this has a few downsides

  • tie-in to JIRA and its version's API
  • unable to adapt between JIRA server, JIRA dataserver, and JIRA cloud
  • slow to scale or update business rules; as a plugin, code needs to be changed, tested and deployed. With independent service, you just change your rules and refresh, without impact to JIRA.

Suggest an answer

Log in or Sign up to answer