Skip to content

Passing absolute image urls in the markdown content in the webhooks

What does this MR do?

Currently the markdown content sent through webhooks (eg. issue description) contain images with relative urls. This MR will change them to send absolute urls.

Are there points in the code the reviewer needs to double check?

Need to check if there are any other web hooks which sends markdown text

Why was this MR needed?

Refer #20720 (moved)

Does this MR meet the acceptance criteria?

Merge request reports