I need to create a report (chart preferably) that shows the average
number of issues per project, by month, over a time period (last two
years, for example). I created an Issues report that allows me to chart
the Number of Issues on completed projects each month. I also created a
Project report with a text mode column, which shows the total number of
Issues on each project. I've only been able to figure out how to chart
by the total number of closed projects each month with this report
though, n...