Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is is any changes in rest/dev-status/1.0/issue/detail API?

Sergey Matveev May 13, 2019

Hi! Since ~ 05.07.2019 I noticed a strange behavior JIRA Cloud API. When my CI Jenkins tasks make request on rest/dev-status/latest/issue/detail?issueID=... they will get information about ticket and about linked branches and PullRequest from BB, but all important for me information such as repository name, pr url, branch source url and other is hidden behind some id's.

For example for repository info:

How it was

"repository": {
     "name": "my_repo_name",
     "url": "https://bitbucket.org/My_Account_Repo/my_repo_name"
}

What's now:

"repository": {
     "name": "{b7a1ae4d-bfb3-4b99-9845-594d81326ed1}",
     "url": "https://bitbucket.org/{}/{b7a1ae4d-bfb3-4b99-9845-594d81326ed1}
}

More strange looks info in JIRA UI. See attached screenshot (Look in the lower left corner of the page)

Screenshot from 2019-05-14 07_33_43.png

1 answer

0 votes
Konstantin Abakumov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 27, 2019

Hi Sergey

The answer is yes, the logic of this API have been changed and what I see on the screenshot is a known bug. Our APIs does not return repository and account names any more to be compliant with the GDPR law. If you need these names, you can query them directly from Bitbucket.

However, it is not recommended to use the rest/dev-status/1.0/issue/detail endpoint, because it is not a part of the public API and can be changed without prior notice.

Nils Rognerud July 18, 2019

@Konstantin Abakumov what API can we use to get similar information?

Nils Rognerud July 19, 2019

Will the other APIs of rest/dev-status still be present and just issue/detail is not public API?

Suggest an answer

Log in or Sign up to answer