Add ability to create an issue from a standalone vulnerability (Frontend)
Problem to solve
We need to be able to create an issue from a standalone vulnerability page.
The backend functionality for this is tracked here #34564 (closed)
Intended users
Proposal
We need to add a "create issue" button in the top corner (as per the designs). This button, when pressed, needs to make a call to the API to create a new issue and associate it with that vulnerability. The user should then be taken to that newly created issue.
Eventually we will need to display the related issue on the vulnerability page, but that's outside the scope of this issue.
Documentation
No documentation will be required at this stage as the entire page is hidden behind a feature flag.
What does success look like, and how can we measure that?
We should be able to create a linked issue from a vulnerability.
Links / references
Edited by Sam Beckham