Linked MRs links are invalid if they belong to a different project

Created on 4 September 2025, 9 days ago

Problem/Motivation

Linked MRs links are invalid if they belong to a different project.
This also affects the "Sync from related" button, which will fail.

Steps to reproduce

e.g. https://www.drupal.org/api-d7/node/3541006.json?related_mrs=1

related_mrs shows

related_mrs: [
"https://git.drupalcode.org/project/canvas/-/merge_requests/19",
"https://git.drupalcode.org/project/canvas/-/merge_requests/1475"
]

but should be

related_mrs: [
"https://git.drupalcode.org/project/canvas/-/merge_requests/19",
"https://git.drupalcode.org/project/experience_builder/-/merge_requests/1475"
]

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

3.0

Component

GitLab integration

Created by

🇪🇸Spain penyaskito Seville 💃, Spain 🇪🇸, UTC+2 🇪🇺

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024