Skip to content
Joe edited this page Jan 24, 2019 · 1 revision

The Gerrit plugin for Jira stores the configuration values in your Jira server's PluginSettings data storage location, with storage key com.meetme.plugins.jira.gerrit.data.

The Gerrit server SSH configuration values are used for connecting to the Gerrit server in order to query for existing changes that match a given Jira issue id. Configuration values are otherwise never transmitted to any third party.

Be aware that when querying the Gerrit server for changes related to the Jira issue id, it is necessary to transmit the Jira issue id itself to the Gerrit server, in the form of a query string matching the Issue Search query that was provided in the plugin's configuration. As a result, the query strings that were transmitted to the Gerrit server, including the Jira issue id, will appear in the Gerrit server's sshd_log file.

Clone this wiki locally