http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/api/issue_links.md
link_type
string
Type of the relationship. Possible values are relates_to , blocks and is_blocked_by .
Example request:
curl --request GET --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/84/issues/14/links/1"
Example response:
{
"source_issue" : {
"id" : 83 ,
"iid" : 11 ,
"project_id" : 4 ,
"created_at" : "2016-01-07T12:44:33.959Z" ,
"title" : "Issues with auth" ,
"state" : "opened" ,
"assignees" : [],
...