I’m trying to get the portfolio ratings that I see in the web, but using the API. I’m using the following call:
The results in the web and in the API are these ones:
Releasability Reliability Vulnerabilities Review Maintainability**
B A A A A WEB
2.0 3.0 2.0 4.0 1.0 API
Assuming that 1 = A and 5 = E, the mapped letters are different except in releasability, that seems to match for this and other portfolios. For the maintainability rating, can you tell me if the values goes from 1 to 5 as the rest, or from 0 to 1 as I read in the documentation? Why don’t match the reliability, vulnerabilities and review ratings for the portfolios?
Thank you in advance.