The following request returns an empty details array with http status 200:
[~]>curl -w "%{http_code}" -u "$USER:$TOKEN" -H "Content-Type: application/json" "https://atypon.atlassian.net/rest/dev-status/latest/issue/detail?issueId=1728410&applicationType=GitHub&dataType=repository"
{"errors":[],"detail":[]}200instead of the expected development info for Jira Cloud issues.
Has the endpoint been replaced or deprecated? If so, any other API to replace it?