b3nzchr3ur / agiletrackingtool

Automatically exported from code.google.com/p/agiletrackingtool
0 stars 0 forks source link

Bug history is limited to items in group that contains 'Bug'. #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Bug history is only visible for items in group that contains 'Bug' in the
group name.

Note: possible to add a flag to each item? Then bug-items over all group
can be tracked.

Original issue reported on code.google.com by ben.schreur@gmail.com on 1 Nov 2009 at 2:42

GoogleCodeExporter commented 8 years ago
See line: 
if( item.group.name.contains("Bug") && (item.status == ItemStatus.Finished) ) 
nrBugs++
in 
http://code.google.com/p/agiletrackingtool/source/browse/trunk/grails-app/contro
llers/PointsSnapShotController.groovy.

Original comment by ben.schreur@gmail.com on 1 Nov 2009 at 3:31

GoogleCodeExporter commented 8 years ago

Original comment by ben.schreur@gmail.com on 1 Nov 2009 at 8:04

GoogleCodeExporter commented 8 years ago

Original comment by ben.schreur@gmail.com on 1 Nov 2009 at 8:04

GoogleCodeExporter commented 8 years ago
r109: Added a comment to the bug plot page.

Original comment by ben.schreur@gmail.com on 30 Apr 2010 at 2:58