I would like to have a sub-task created on the linked JIRA issue when I create a review. Is there any way to do this?
If not, what is the best way to ensure that a code review is completed for an issue before it can be completed?
I'm not sure if you can create a sub-task when you create a review out of the box. I have to poke around a bit on that one.
However, your second request I know is possible:
JIRA's workflow allows for a number of built in conditions that allow you to restrict execution of a workflow transition, (i.e. moving an issue from In Progress to Resolved).
You can have a look at Configuring Workflow and JIRA's built in conditions for more on what's possible, but the two options that might work in your case would be here I think:
No Open Reviews Condition |
Only allow the transition to execute if no related Crucible reviews are still open against the issue. |
None |
Unreviewed Code Condition |
Only allow the transition to execute if no unreviewed changesets related to the issue exist. |
None |
Thanks! I think if I can accomplish #2, I can effectively accomplish #1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem. Good luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.