Gitlab Notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with " '''My merge requests not merged.''' https://gitlab.com/dashboard/merge_requests query string: assignee_username=david.thornton approved_by_usernames[]=None") |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
https://docs.gitlab.com/ee/api/merge_requests.html | |||
My merged MRs: | |||
https://gitlab.com/dashboard/merge_requests | https://gitlab.com/dashboard/merge_requests?scope=all&state=merged&assignee_username=user.nbame | ||
My unmerged MRs: | |||
assignee_username= | https://gitlab.com/dashboard/merge_requests?scope=all¬[state]=merged&assignee_username=user.name | ||
My opened MRs: | |||
https://gitlab.com/dashboard/merge_requests?scope=all&state=opened&assignee_username=user.name | |||
Opened might be the same as unmerged. |
Latest revision as of 19:19, 7 May 2021
https://docs.gitlab.com/ee/api/merge_requests.html
My merged MRs:
https://gitlab.com/dashboard/merge_requests?scope=all&state=merged&assignee_username=user.nbame
My unmerged MRs:
https://gitlab.com/dashboard/merge_requests?scope=all¬[state]=merged&assignee_username=user.name
My opened MRs:
https://gitlab.com/dashboard/merge_requests?scope=all&state=opened&assignee_username=user.name
Opened might be the same as unmerged.