Commons JIRA report

January 27th, 2007 by Hen

I mentioned a while back that I wanted to make a report that gets sent to JIRA for Commons. It’s been done for a while, though it’s not being sent to the list yet. Here’s an example: http://people.apache.org/~bayard/jira-report-for-commons.txt.

It uses the trunk of Swizzle JIRA Report and custom vm file. The idea, as I mentioned before, is that it should give us a feel for projects that need to be considering releases, and issues that need attention. The logic is:

for each Commons JIRA project
  for each version
    show completed-issues-count and issues-count (how close to a release we are)
    for each issue with >= 2 votes
      show issue
  for Unversioned issues
    show issue

I like it, but I suspect it is still too noisy to have value.

Comments are closed.