Hi, I'm using jira api to get release information. And I'm missing the overdue field for released releases.
Exampe: if "released" field is false
And if it is "true":
If you look in the documentation, then it is there even when the release has already been released. https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-version-id-get
It would be great if you could also get the number of days past due. The data is in the web version, but not in the api