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

5 views
Skip to first unread message

szuberskidamian@gmail.com (JIRA)

unread,
Mar 9, 2020, 7:09:03 AM3/9/20
to jenkinsc...@googlegroups.com
Damian Szuberski created an issue
 
Jenkins / Bug JENKINS-61390
Filtering out branches also affects MR visibility
Issue Type: Bug Bug
Assignee: Parichay Barpanda
Components: gitlab-branch-source-plugin
Created: 2020-03-09 11:08
Priority: Minor Minor
Reporter: Damian Szuberski

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

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

szuberskidamian@gmail.com (JIRA)

unread,
Mar 10, 2020, 4:49:03 AM3/10/20
to jenkinsc...@googlegroups.com
Damian Szuberski updated an issue
Change By: Damian Szuberski
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).*'

szuberskidamian@gmail.com (JIRA)

unread,
Mar 10, 2020, 4:49:04 AM3/10/20
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages