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?
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
You mean we can do it in confluence?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.