Filtering for commits without corresponding reviews

Tom Kees February 16, 2016

We use Fisheye/Crucible for code reviews and do our commits to SVN.  I’m looking to filter for tickets that show a commit was done, but a code review was not.

3 answers

0 votes
Tom Kees February 23, 2016

Sorry, let me clarify.  We're looking to get a report from JIRA that shows issues with commits, but without reviews.

0 votes
Alexander Taler
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 Leaders.
February 19, 2016

We approach this same question slightly differently, looking for unreviewed commits on a branch, which allows us to verify that all commits are reviewed prior to merging the branch.

However, I needed to write a plugin to effectively get this information, it's available on the marketplace:

https://marketplace.atlassian.com/plugins/biz.deref.flyover.flyoverForCrucible/server/overview

Alex

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 16, 2016

You can use the "Commit graph" feature in FishEye - open your repository, select 'Commit graph' tab and select Highlight > Reviewed changesets. You can also use Highlight > JIRA issues.

 

https://confluence.atlassian.com/fisheye/viewing-the-commit-graph-for-a-repository-298976801.html

Suggest an answer

Log in or Sign up to answer