Usage of Jira/Gerrit plugin

Shrividhya Swamy November 21, 2015
  • Please guide me the steps to be taken on JIRA & in Gerrit to use this plugin
  • Will it auto close the defect once the code review comments have been implemented?

1 answer

0 votes
jhansche January 26, 2016

Did you follow https://github.com/MeetMe/jira-gerrit-plugin#getting-started ?

It will not auto-close anything.  But it is possible to create a workflow action that will submit the change in Gerrit (assuming it has the correct votes) when following a workflow action.  There are workflow conditions (i.e., if there are any matching reviews matching the given approval score, such as Code-Review == +2), and workflow functions (i.e., --submit and/or --verified +1) that can be added to any new or existing workflow action.

Suggest an answer

Log in or Sign up to answer