I’m making a call to api/measures/component?component=MyApplication&metricKeys=quality_gate_details - where the component is an application (i.e. a collection of projects).
I get back a list of projects in the application, and which projects are failing/passing their quality gates (under component.measures[0].value). Which is great - it’s exactly what I need.
Except that the ID for each project is not the normal ID - it’s a bunch of semi-random keys. How do I translate something like AYIBRZTmQ_aBcdefFQCX back into the correct project?
I’m using Developer Edition - v9.9.6 (build 92038)
Would you mind posting a sample response, please? (Redaction shouldn’t be necessary since you’re not actually getting sensible project identifiers, right? )