Actions
action #96744
closedReport Product Bug from 15SP4 jobs failed due to wrong project name
Description
Select any SLE15SP4 job from o.s.d -> Click the "Report Product Bug" button
Actual Result:
It will fail to create a new bug due to the below error:
Sorry, either the product PUBLIC SUSE Linux Enterprise Server 15 SP4 does not exist or you aren't authorized to enter a bug into it.
Current now in the early stage of 15SP4, the PUBLIC project is not available. So, this needs to be changed.
This issue seems to be a problem left over by the https://github.com/os-autoinst/openQA/pull/3677
This issue is mainly caused by if ($1 == 15 && $2 >= 3)
(https://github.com/os-autoinst/openQA/blob/a16b42be3b4eb19a4a5219c9d8468953e6f5ed8f/templates/webapi/branding/openSUSE/external_reporting.html.ep#L63)
Actions