What we would like to is the following:
1) automatically create a Crucible review on every check-in
2) set the reviewer based on the committer, i.e. each developer in our team has a person who is assigned to review their code. We would like to set that automatically.
It appears that we can do 1) using the reviewcreator plug-in. However, I cannot see how I would go about achieving 2).
Any suggestions?
For #2, you'd need a different project for each developer, since the default reviewer is a project configuration. That's not exactly ideal, especially if you have a lot of developers, but it would work.
The alternative would be to code your own plugin that sets a reviewer depending on the author.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.