Skip to content

Enhance version information feature

Evan Read requested to merge eread/enhance-version-information-feature into main

Enhances "version history" feature by:

  • Allowing the option to use **(VERSION_INFO)** instead of a specific text for the special styling.
  • Changing the preview text on version history lists from Version history to Version information.
  • Fix some Rubocop violations.

Supported new formats for version information text are either:

  • Single entry:

    > **(VERSION_INFO)**
    > Your version info text.
  • Multiple entry:

    > - **(VERSION_INFO)**
    > - Your version info text.
    > - More version info text.

Closes: #958 (closed).

The MR is backwards compatible: http://eread-enhance-version-information-feature.178.62.207.141.nip.io/ee/operations/incident_management/integrations.html.

Edited by Marcel Amirault

Merge request reports