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?
Seems that applicationType for github changed from "GitHub" to `oAuth-com.github.integration.production`
This works:
rest/dev-status/latest/issue/detail?issueId=<issue_id>&applicationType=oAuth-com.github.integration.production&dataType=repository
Hello and welcome to Atlassian community @Alaa Humaidat
According to Atlassian this endpoints can change without notice and are intended for internal use only.
https://jira.atlassian.com/browse/JRACLOUD-92947
Best,
Arek š¤
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Arkadiusz Wroblewski
Based on the ticket you mentioned, should we assume there is no supported endpoint replacing the functionality previously provided by dev-status?
We have internal tools that rely on the development information returned by that endpoint. We're trying to determine whether we should rewrite those tools to use another supported API or if this functionality is no longer available through any public API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As an Enterprise customer, you are entitled to extended support, so the best would be to open a ticket with Atlassian Support. Support.atlassian.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alaa - Welcome to the Atlassian Community!
Can you share a screen shot from the Jira issue that shows the Development information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Development Panel:
Reproducible for all of our tickets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.