Announce new ITS plugins in Gerrit 2.9 release notes

Add a warning to the Gerrit 2.9 release notes that there are new
plugins for the integration with Bugzilla, Jira and RTC and that the
old plugins are deprecated with Gerrit 2.9.

Also describe the new features of the ITS plugins in the release notes.

Change-Id: Ie9803de95833b0f6c5b01aead7d22039dc33e746
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin 2014-01-27 08:34:30 +01:00
parent dd34a05fdf
commit fcb38f52b7

View File

@ -81,6 +81,44 @@ Gerrit Inspector]: interactive Jython shell.
New `-s` option is added to the Daemon to start an interactive Jython shell for inspection and
troubleshooting of live data of the Gerrit instance.
Plugins
~~~~~~~
Issue Tracker System plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*WARNING:* There are new plugins for the integration with Bugzilla,
Jira and IBM Rational Team Concert:
* link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/its-bugzilla[plugins/its-bugzilla]
* link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/its-jira[plugins/its-jira]
* link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/its-rtc[plugins/its-rtc]
The old plugins (`plugins/hooks-bugzilla`, `plugins/hooks-jira` and
`plugins/hooks-rtc`) are deprecated with Gerrit 2.9.
The new issue tracker system plugins have a common base which is
link:https://gerrit-review.googlesource.com/#/admin/projects/plugins/its-base[plugins/its-base].
The configuration of the new plugins is slightly different than the
configuration of the old plugins because they use different section
names in the Gerrit configuration. For easy migration the new plugins
have an init step that allows to take over the configuration from the
old plugins during the Gerrit initialization phase.
New Features:
* The issue tracker integration can be enabled/disabled per project.
* Parent projects can enforce the issue tracker integration for their
child projects.
* It can be configured for which branches of a project the issue
tracker integration is enabled.
* Whether the issue tracker integration is enabled/disabled for a
project can be changed from the ProjectInfoScreen in the Gerrit
WebUI.
Bug Fixes
---------