API: Merge Request source_project_id is wrong
Created by: eddiemonge
Showing a merge request through the api gitlab.projects.merge_requests.show
shows the wrong source_project_id. The following is an example from a forked repo submitting a MR back to the original repo
{
id: 1042,
iid: 417,
project_id: 140,
title: 'New Icons',
description: 'New Icons',
state: 'merged',
created_at: '2015-04-01T18:40:09.749-07:00',
updated_at: '2015-04-01T18:44:52.085-07:00',
target_branch: 'master',
source_branch: 'redesign-icons',
upvotes: 0,
downvotes: 0,
author:
{ name: 'David',
username: 'david',
id: 89,
state: 'active'
},
assignee: null,
source_project_id: 140,
target_project_id: 140,
labels: [],
work_in_progress: null,
milestone: null
}