jenkinsci / jenkinsci/gitlab-branch-source-plugin

[JENKINS-61390] Filtering out branches also affects MR visibility

Open
#666 1 comment 0 reactions 0 assignees View on GitHub
component:gitlab-branch-source-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • assignee: surenpi
  • status: Open
  • priority: Minor
  • component(s): gitlab-branch-source-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 4
  • imported: 20251216-182730

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.