Gitlab Notes: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
'''My merge requests not merged.'''
https://gitlab.com/dashboard/merge_requests
query string:
assignee_username=user.name
approved_by_usernames[]=None
Note that you have use the API arguments in you browser, even if those var are not visible in the search auto-complete.


https://docs.gitlab.com/ee/api/merge_requests.html
https://docs.gitlab.com/ee/api/merge_requests.html
Line 16: Line 4:
My merged MRs:
My merged MRs:


https://gitlab.com/dashboard/merge_requests?scope=all&state=merged&assignee_username=user.nbame
https://gitlab.com/dashboard/merge_requests?scope=all&state=merged&assignee_username=user.nbame


My unmerged MRs:
My unmerged MRs:


https://gitlab.com/dashboard/merge_requests?scope=all&not[state]=merged&assignee_username=user.name
https://gitlab.com/dashboard/merge_requests?scope=all&not[state]=merged&assignee_username=user.name


My opened MRs:
My opened MRs:


https://gitlab.com/dashboard/merge_requests?scope=all&state=opened&assignee_username=user.name
https://gitlab.com/dashboard/merge_requests?scope=all&state=opened&assignee_username=user.name


Opened might be the same as unmerged.
Opened might be the same as unmerged.

Latest revision as of 19:19, 7 May 2021