New issue from failed build no longer links to failed build
Summary
When creating a new issue from a failed build, the new issue default params do not include the full link anymore. It used to include it.
The issue title is also reporting Build Failed instead of Job Failed.
Steps to reproduce
In 9.5.0, go to a failed build page (/group/project/-/jobs/job_id) and select 'New Issue' from the top. This will take you to a new issue page with title 'Build Failed <job_id>' and the description will now just state '/group/project/-/jobs/job_id'. In older versions, such as 9.3.5, it will state '/group/project/-/jobs/job_id'
Example Project
- Example where it's failing in 9.5.0:
- Select 'New Issue' at the top of https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/30102480
- Working example from 9.3.5: (If you are using an older version of GitLab, this will also determine whether the bug has been fixed in a more recent version)
Edited by username-removed-1243277