What is GitLab’s version of GitHub’s per-user list of opened issues?
1 Like
Something like this I guess: Issues · GitLab.org / GitLab · GitLab
1 Like
You can navigate to the profile dashboard, and adjust the issue filter to author
instead of assignee
.
https://gitlab.com/dashboard/issues?sort=updated_desc&state=opened&assignee_username[]=dnsmichi
https://gitlab.com/dashboard/issues?sort=updated_desc&state=opened&author_username=dnsmichi
2 Likes
Indeed, https://gitlab.com/dashboard/issues?sort=updated_desc&state=opened&author_username=rokejulianlockhart is what I desire.
I am thankful!
1 Like