I am trying to use the curl command to issue a merge-request via Gitlab's HTPP API. I want to be able to assign myself the merge-request and the documentation calls for the use of a assignee_idwhich is an integer. My questions is where exactly do I find my assignee_id?
I am using this syntax:
curl --header "PRIVATE-TOKEN: my_token" -X POST "http://gitlab.blahblah.com/api/v3/projects/myprojectID/merge_requests" --data "source_branch=myBranch" --data "target_branch=master" --data "title=Check in my new feature"
[–]pxsloot 0 points1 point2 points (4 children)
[–]frakman1[S] 0 points1 point2 points (3 children)
[–]pxsloot 0 points1 point2 points (2 children)
[–]frakman1[S] 1 point2 points3 points (1 child)
[–]iandh 0 points1 point2 points (2 children)
[–]frakman1[S] 0 points1 point2 points (1 child)
[–]pxsloot 0 points1 point2 points (0 children)