I would like to use the Two dimensional filter gadget, or simliar and on the Y-axis show all my developers. On the X-axis show the date for a set period of time and the cells should contain the logged hours of work for that developer and date.
But the timespent field isn't available in the list for the gadget. What's my alternatives?
What I need to achieve is to have an easy way of tracking that everyone is logging the hours they've worked on their issues.
Thanks!
/J
Udo's pointer to the explanation of why it doesn't work is a good one, it's still valid.
You'll need some code to generate the report you're after, but I would not do it with the 2-d filter, I'd write something specific. In theory, you could code to make the period "statable", but that does not scale in medium-large systems, and it would be safer to write something that doesn't try to do that, but directly calculates the periods efficiently.
let me know if you have found a solution to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could do this with the Better Excel Plugin by generating an Excel pivot table.
The nicety that you could use any "time granularity", summing the times by day, week, month, year.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The explanation why the fields are not shown, can be found here: https://answers.atlassian.com/questions/241543/two-dimensional-filter-statistics-query But I have no ideas about your alternatives.
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.