Situation
Inside the plugin we provide the possibility to show a list of jobs and download the jobs already.
But if a user already knows the job uuid and wants to show it inside the IDE, the user would need to iterate over pages, search for the entry etc. very cumbersome in case the job uuid is already known.
Wanted
The plugin provides a direct download report functionality
Solution
- Action with search button at SecHub server view
- Action click will show up modal dialog with combobox of projectIds, and a textfeld for the job uuid
- When data is entered and OK pressed, the dialog closes and the report is downloaded + shown in report view
See also #4283