issues per user report
Added by sebastian ovide about 15 years ago
Hi All,
we are replacing Bugzilla with the Redmine and we need to find a way to create reports with the number of bugs assigned per each user.
example:
| New | Open | Resolved 
-------------------------------
John  |  0  |  5   |   0      
Mike  |  4  |  2   |   1      
Lucy  |  2  | 10   |  56
	In this example you can see the status in the header... but it could be also the project name etc...
Any way to do that ? any plugins ?
Replies (3)
    
    RE: issues per user report
    -
    Added by Felix Schäfer almost 15 years ago
  
  There's a view accessible by clicking on "Summary" in the right-hand sidebar of the issue list, here for example it gives you: http://www.redmine.org/projects/redmine/issues/report
    
    RE: issues per user report
    -
    Added by sebastian ovide almost 15 years ago
  
  Felix Schäfer wrote:
There's a view accessible by clicking on "Summary" in the right-hand sidebar of the issue list, here for example it gives you: http://www.redmine.org/projects/redmine/issues/report
this is very cool for individual projects... something similar that includes ALL the projects ?
    
    RE: issues per user report
    -
    Added by Felix Schäfer almost 15 years ago
  
  It seems not, and I'm not sure if that includes subprojects or not… There are some reporting plugins out there though, maybe try your luck with those.