Skip to content

Ignore title and description from services

What does this MR do?

This merge request ignores title and description from services table.

Next release we will drop the columns. https://docs.gitlab.com/ee/development/what_requires_downtime.html#dropping-columns

It's possible to modify the title and description of some integrations from the UI:

  • Bugzilla. Description
  • Custom Issue Tracker. Title and description
  • Redmine. Description
  • YouTrack. Description

These changes add consistency across all the integration to use the default title and description, the values are defined as virtual methods for each integration.

Related to #217587 (closed)

Edited by Arturo Herrero

Merge request reports