Good morning! When looking at the reporter data of a one of my projects I figured that the numbers reported in the JIRA section are slightly off.
For example if you look at https://reporter.apache.org/wizard/statistics?deltaspike#jiraactivity you'll see "0 JIRA tickets opened and 1 closed in the past quarter." That's not really correct as even a few tickets got opened over the last few days. I found https://github.com/apache/comdev-reporter which is empty, so it seems the project is still maintained at https://svn.apache.org/repos/asf/comdev/reporter.apache.org/trunk ? Using the code in scripts/readjira.py https://issues.apache.org/jira/rest/api/2/search?jql=project=DELTASPIKE+AND+created%3E=-91d&fields=key I get 5 created and 9 resolved tickets over the past quarter. This is fundamentally more than the 0/1 we get on the reporter site. Does that mean that we got a glitch when running the script in crontab? Can someone please check whether the collected data in the JSON files is correct and it's maybe just a visualisation issue? The statistics_generator.js generating the site looks ok though. Thankful for any pointers! txs and LieGrue, strub