1
Under Review

Ignore abandoned releases in Azure DevOps

CatLight should ignore abandoned releases in Azure DevOps, such that the main status indicator shows the most recent non-abandoned release. Or, it could be made optional.

1 reply

We looked deeper into this problem. Turns out there is a bug in Azure DevOps API. It returns the same "Rejected" status for abandoned, failed, and partially succeeded releases. So, we can't really tell if the release is abandoned or just failed on the app side. That is why we show it as failed.

Unfortunately, this API bug is present even in the latest version of the Azure DevOps server.