w32blaster / revizor

Revizor - the code review tool.
http://revizor.reviews
GNU General Public License v2.0
5 stars 1 forks source link

Add ability to code review commits grouped by story #10

Closed garyatpibenchmark closed 9 years ago

garyatpibenchmark commented 9 years ago

In Crucible you can review all of the code commits relating to a single story created in a project/issue tracking tool like Rally, Jira or YouTrack.

Revizor needs this functionality too as it's an efficient way of achieving story sign-off.

When code is committed it should have a unique identifier assigned to it which indicates the story the code relates to. This unique identifier would be picked up by Revizor.

Code commits should include: 1) development code 2) bug fix code 3) test code 4) any other code commits relating to the story, e.g. code configuration changes