Feature Request: Add Merge Request filter for all of My Merge Requests
Release notes
Problem to solve
As a developer or Merge Request reviewer I want to filter Merge Request views down to only the ones that I created or have been assigned to.
Intended users
Developer, Merge Reviewer
User experience goal
In any Merge Request list, including my personal Merge Requests dashboard, I can filter the view to be only Merge Requests that I created, or Merge Requests I am assigned to, but I cannot use both filters as they are AND'd by the filter query and there is no method to OR them instead. This typically nets an empty list.
I would like to have an easy to apply filter the negates the need to filter this view twice.
In using Upsource (from Jetbrains), there is a "my" filter that accomplishes this. I would like to have that in GitLab.
Proposal
Implement a new filter, either "My" (personalized for the user) or Author/Assignee filter that effectively ORs the two requirements.