The current Code review coverage report is either per day or per week. I would like to get it per month, is that possible?
I've used an EyeQL query in the advanced search field of the repository to get a report of revisions without a review. You could use a second query to get the total revisions in that time period. It's not perfect, but it's been helpful.
select revisions where (not in any review) and date in [now-P1M, now] order by date desc group by changeset return author, csid, count(revisions)
Hello Wim,
This still is not possible, unfortunately.
Atlassian has two improvement requests open in the development issue tracker that I think will address your needs:
https://jira.atlassian.com/browse/CRUC-5870
https://jira.atlassian.com/browse/CRUC-6367
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.