Skip to content

Fix creating JIRA issue URL

Mehmet Emin INAC requested to merge 386312_explicitly_set_presenter_class into master

What does this MR do and why?

It is possible to call create_jira_issue_url_for with 3 different object types and one of them(Security::Finding) didn't have a presenter class. With this change, we introduce that missing presenter class to fix that issue.

Related to NameError: uninitialized constant Security::Fin... (#386312 - closed).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports