Ability to use "current user" meta-info in filters (dynamic search)
Currently Gitlab filters are based on users' logins which works OK but has one major drawback - URLs are not shareable with other users. For example: we would like to have view with list of Merge Requests with review requested BUT only not approved by user. It can be easily created, but it can't be included in some kind of documentation because it would not work properly (it does not work dynamically, URLs have static context).
Feature request
Introduce me
(or currentUser
) meta-info that could be used in filters and it would act dynamically based on current logged in user's context.
Edited by Grzegorz Korba