Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-61390

Filtering out branches also affects MR visibility

XMLWordPrintable

      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).*'

            surenpi Rick
            szubersk Damian Szuberski
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: