Pull Request to display on Gitlab Issue

I would like to see the corresponding Pull Request or commits on the issue of the Gitlab

Here some context: I have a repo on Github I would like to the PR’s of each ticket on the GitLab issue same like Jira.

I mentioned in the commit message like this git commit -m “this is my commit message. Related to https://gitlab.com///issues/” but still I couldn’t see the PR on the Gitlab issue board

Please can some one reply on this

If you create both your issue and your merge request on GitLab, they will already be linked. However, if you create on or both of them elsewhere, they will not. If you want to change that, I think you probably need to automate something yourself, using the API.

1 Like

Sure Thank you snim. I’ll look into into