Overview
Prior to v175, the IQ Server CLI scan output would provide a report URL of the form:
http://your-iq-host:8070/ui/links/application/your-app/report/<report-ID>
Version 175 introduced an optional 'Priorities' URL to take users to the Sonatype Developer UI. This is not a universal experience, however. The Priorities URL will be shown iff. your IQ Server instance is licensed for both:
- "developer-dashboard"
- "prioritized-findings-report"
(You can verify the licensed features of a given Lifecycle IQ instance via the following REST API call.)
$ curl -u admin:admin123 -s http://localhost:8070/rest/product/features
If you see differing behavior across your IQ Server instances (e.g. non-prod vs. prod), you'll want to compare the IQ Server versions and the licensed features of each.