Hello,
any suggestion on how to create a dashboard report showing #issues per users in a group, including also users without any issue assigned?
Filter based gadgets will only allow to get statistics on existing issues; it is not possible to display users in the group without any issue assigned.
Thanks!
This is a good answer for you: https://answers.atlassian.com/questions/2/what-reporting-capability-is-available-from-jira?page=1#16167
Great link!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try a two-dimensional filter statistics gadget where one criteria is Assignee and the other is Issue-Type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nevermind. I just tested it out and now I see your problem. I have to go to a mtg, but I will play with it for a bit when I get back and see if I can figure something out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a short term, crap work-around before I poke around, but one option is to create a dummy issue-type and assign one to every one on the team. Like I said... crap work around, but if you really need it...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spent some more time on this, and the only way that I can see using out-of-the-box default gadgets provided is to either add an extra of any issue type assigned to each person on the team (and know that you always have at least one dummy issue assigned in that row), or add a dummy issue type if you have JIRA-admin rights called Project Membership or something, where everyone on the team has one issue. That forces the people who have no issues assigned to them to show up on your two-dimensional gadget. The problem is that your query has no data returning that has the assignee and thus doesn't know to show the assignee who has no issues. That's the sacrifice made to have better flexibility with the gadget.
The alternative is to code your own gadget or look for "safe" gadgets that might serve the purpose.
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.