The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jira status vs git repository status

Hisamitsu Koga
Contributor
August 4, 2016

We want to make code review process more efficient and add "code review" status in atlassian JIRA ticket.

Is there any way to connect Git repository status (OPENED, APPROVED, UPDATED,MERGED etc.)  to JIRA ticket by adding any plugin or other?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Tarun Sapra
Community Champion
August 5, 2016

You can add rest calls to each GIT status transition which in turn would do a REST call in JIRA for the woorkflow transition.

Hisamitsu Koga
Contributor
August 5, 2016

Could you explain how to do it in details / precisely, please?