Resolution summary is not used when creating issue from vulnerability
Summary
- Go to
Security & Compliance -> Vulnerability List - Select a vulnerability which is known to have a remediation
- Press
Create issuebutton on the top right. - The following issue is created:
Example Project
You can use security-reports in your local GDK to quickly get some Vulnerabilities.
Note: You will need to turn on the first_class_vulnerabilities feature flag on your GDK
What is the current bug behavior?
The created issue uses solution attribute instead of the remediations.first['summary'].
What is the expected correct behavior?
remediations.first['summary'] should be used if present.
