jenkinsci / jenkinsci/gitlab-branch-source-plugin
[JENKINS-68315] Show MR title in MR display name
- Dominant language
- Java
- Stars
- 134
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
Currently, merge request project page in Jenkins only shows the MR ID, e.g.
```
Merge Request MR-23
```
It would be nice addition if the title of the MR would be shown in the display name (or somewhere else on the project page) as well. It would be much easier to identify the topic of the MR (and for my specific use-case, the title also contains a ticket number).
```
Merge Request MR-23 (the MR title)
```
---
Originally reported by
gordin, imported from: Show MR title in MR display name
baymac
Raw content of original issue
Currently, merge request project page in Jenkins only shows the MR ID, e.g.
Merge Request MR-23It would be nice addition if the title of the MR would be shown in the display name (or somewhere else on the project page) as well. It would be much easier to identify the topic of the MR (and for my specific use-case, the title also contains a ticket number).
Merge Request MR-23 (the MR title)
environment
```
Jenkins 2.332.2 (LTS)
GitLab Branch Source 1.5.9
```
Contributor guide
Assessment
This issue has not been assessed yet.