An error occurred while fetching the assigned iteration of the selected issue.
CI Pipeline link in Merge request into Forked repository links to wrong target repository and 404's
Environment: GitLab 8.11
404 displayed when trying to view pipeline details on a merge request which crosses repositories as url directs to upstream repository rather than origin repository where the build is executing.
Steps;
- Fork existing repository (upstream) with a GitLab-CI job specification into a new repository (origin)
- Make changes and create merge request from origin back to upstream
- Click 'Pipelines' tab
- Click the build icon, or #xxxx number of the pipeline
Expected
- navigate to pipeline breakdown for the particular build pipeline
Actual
- 404 page displayed.