Hi,
I need your support to get sonar rest api result. I read the community forums but i couldn’t find the solution. I think i need to custom javascript to read project status conditions array list but i am not a developer - could you help to javascript part.
{
"projectStatus": {
"status": "OK",
"conditions": [
{
"status": "OK",
"metricKey": "new_reliability_rating",
"comparator": "GT",
"periodIndex": 1,
"errorThreshold": "1",
"actualValue": "1"
},
{
"status": "OK",
"metricKey": "new_security_rating",
"comparator": "GT",
"periodIndex": 1,
"errorThreshold": "1",
"actualValue": "1"
},
{
"status": "OK",
"metricKey": "new_maintainability_rating",
"comparator": "GT",
"periodIndex": 1,
"errorThreshold": "1",
"actualValue": "1"
},
{
"status": "OK",
"metricKey": "new_coverage",
"comparator": "LT",
"periodIndex": 1,
"errorThreshold": "80",
"actualValue": "0.0"
},
{
"status": "OK",
"metricKey": "new_duplicated_lines_density",
"comparator": "GT",
"periodIndex": 1,
"errorThreshold": "3",
"actualValue": "0.0"
}
],
"periods": [
{
"index": 1,
"mode": "PREVIOUS_VERSION",
"date": "2022-02-05T00:26:02+0000"
}
],
"ignoredConditions": true,
"period": {
"mode": "PREVIOUS_VERSION",
"date": "2022-02-05T00:26:02+0000"
}
}
}