Skip to content

fix: MR discussions can only work on GitLab 13.9.0 or later

Tomas Vik requested to merge 551-limit-discussion-gitlab-version into main

This MR "fixes" an issue for older GitLab instances where fetching discussions failed with error Field 'url' doesn't exist on type 'Note'. This happens because the url field that we use has been introduced in 13.9.

The fix is to limit show users that the MR discussions feature is supported only in 13.9 and later.

Related to #551 (closed)

Edited by Tomas Vik

Merge request reports