Fetch issues for all users (instead of the one currently logged on)

When I click in the GitLab (locally hosted) interface on “Issues” in the main menu, it opens issues with the following URL:

https://gitlab.local/dashboard/issues?assignee_id=2

Which opens the issue result list with a filter for the currently logged on user (second field on the screenshot):

Is there any way for a specified user to change it to:

https://gitlab.local/dashboard/issues

to show all issues regardless of their assignment?