In this article, we will look at how to create crucible reviewID automatically along with code commit for JIRA issues.  As mentioned in the previous articles, smart commit feature help in enabling this integration.

Let’s look at the steps below.

Step 1:

Under ‘App’, find ‘Git Integration with JIRA’ and install it in your JIRA version

Post installation, you will be able to see ‘Git Commits’ and ‘Git Roll up

Step 2:

Install Crucible and setup repository in the server. I had installed locally in my laptop and screenshots below

Step 3:

Syntax for smart commit : <Text> +review <review ID> <users>

I had given below command

git commit -m Test review +review CR @santhi FIRST-1 #comment Testing creation of review

Step 4 :

Verify in JIRA & crucible whether its reflected. Successfully CR-7 review ID created in crucible and in JIRA as well comments are reflected.

Hope this article was helpful.