Hi,
In JIRA, i need to aggregate dimensions and to apply specific methods to measures (which is not curently supported by the commercial add-on Report ). For example, i want to display all my project and the time spent on these projects. The time spent should be the sum of the time spent on each issues of the project.
According to me there is two ways of doing it:
_ the first is to fetch the lists of all issues and to perform the aggregation on the server (which is clearly not the best idea because Jira simply isn't designed for massive data dumps).
_ the second is to use OfBizDelegator to get a Connection in order to perform a sql request . (with a group by clause). But this seems decried by some develpers.
So my question is : what methods should i pick ?
Thanks in advance.
You might want to have a look at these addons:
There are more add-ons as that as well. But JIRA will not provide you with aggregation tools. See this past answer: https://answers.atlassian.com/questions/88372
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your answer, now i get it. JIRA don't propose aggregation tools or anything close to a group by clause. Still it's bothering me, why not ? It's a really common fonctionality. I searched around and could not find any satisfying answer. Do you have any idea why?
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't actually know. If I was to guess then I would say: performance reasons. I imagine doing aggregations is hard to make efficient.
This is a question better directed at the JIRA team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to do this with the Better Excel Plugin:
You have insane flexibility with these techniques:
4783ad58-c36e-4b3e-8d3b-ce241f724ded.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.