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: 

how i will review the git commit on JIRA before git push

Ram Patnaik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 24, 2016

on gerrit we use to use git push origin HEAD:refs/for/master 

then the code will got to gerrit for review , same in JIRA i cant see the changes before checkin 

if i will go git push then only the changes i can see on JIRA .

 

If there any way/rule to see the changes and review before push to git ???

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Deleted user
February 24, 2016

You will have to create something (a hook script) that blocks the push, let's say when the related JIRA ticket is in "In Review" status and will allow the push to take place if it's in "Reviewed" status.