Skip to content

Fix create issue error by providing the missing param

Savas Vedova requested to merge 209894-error-when-creating-an-issue into master

What does this MR do?

Closes #209894 (closed).

As the issue describes, when the user hits Create Issue on the vulnerabilities page, the issue is not created because the project_fingerprint parameter is not sent to the backend. This MR fixes the issue and adds relevant tests for the file (they were missing).

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #209894 (closed)

Merge request reports