The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Code review report coverage per month?

Wim Deblauwe
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 16, 2012

The current Code review coverage report is either per day or per week. I would like to get it per month, is that possible?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
rykus0
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 3, 2015

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)
0 votes
Felipe Kraemer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 8, 2013

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

Tini Good
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 8, 2013
Shouldn't these be linked?
TAGS
AUG Leaders

Atlassian Community Events