How to link code review task in jira to crucible?

Anish Devasia January 29, 2013

I have requirement in my project to track peer/code review tasks in jira with crucible.

Scenario is like this.

User story is created and 2 sub tasks are created for this user story

1. Peer code review.

2. Lead Code review.

User who working on the story commits code and create a crucible review from the source tab for the story.

Reviewers completes review in Crucible. And they come back and close the jira task separately.

How can i automate this? i.e comments added in crucible to appear in jira and automatically show progress on jira subtaks as review progress in crucible.

Thanks,

Anish

1 answer

1 accepted

0 votes
Answer accepted
Renjith Pillai
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.
January 29, 2013

You should not be creating the sub-tasks in JIRA at all in the first place. Just add 'No Open Reviews Condition' condition for your workflow transitions for the story, so that it does not get closed without the Crucible review getting completed.

https://confluence.atlassian.com/display/JIRA/Configuring+Workflow#ConfiguringWorkflow-JIRA'sbuilt-inconditions

Suggest an answer

Log in or Sign up to answer