jenkinsci / jenkinsci/gitlab-branch-source-plugin
[JENKINS-61390] Filtering out branches also affects MR visibility
- Dominant language
- Java
- Stars
- 134
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
Within project -> Filter by name (with regular expression) -> '^(develop|master).*' removes all MR from Merge Requests tab which is completely counterintuitive (MRs should not be affected by branch filters IMHO).
Workaround: add catching '^MR-\d+$' to the regex, e. g. '^(develop|master|MR).*'
---
Originally reported by szubersk, imported from: Filtering out branches also affects MR visibility
surenpi
Raw content of original issue
Within project -> Filter by name (with regular expression) -> '^(develop|master).*' removes all MR from Merge Requests tab which is completely counterintuitive (MRs should not be affected by branch filters IMHO).
Workaround: add catching '^MR-\d+$' to the regex, e. g. '^(develop|master|MR).*'
Contributor guide
Assessment
This issue has not been assessed yet.