Gitlab Notes: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:


https://docs.gitlab.com/ee/api/merge_requests.html


'''My merge requests not merged.'''
My merged MRs:


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


query string:
My unmerged MRs:


  assignee_username=david.thornton
  https://gitlab.com/dashboard/merge_requests?scope=all&not[state]=merged&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.
My opened MRs:
 
https://docs.gitlab.com/ee/api/merge_requests.html


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


search string:
Opened might be the same as unmerged.
assignee_username=david.thornton

Latest revision as of 19:19, 7 May 2021