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

Ram Patnaik 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

0 votes
Answer accepted
GabrielleJ
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.
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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events