Jira Advanced Roadmaps Rest API does not return the same result as request send via browser

P Row March 21, 2023

Hi,

I'm really scratching my head here: I'm fetching the list of teams, using the simple command:

https://ourcompany.com/rest/teams-api/1.0/team/?size=100&page=3

When executed in the browser, it returns 5 values/teams. However, when executed via my JS app, the response contains only 3 teams, leaving out two.

Most importantly, when I specifically asked for the missing one (size=1&page=202), the only value returned is different in the browser and in the response my app receives!

It seems to be user-related, but I cannot see any logical connection - both shareable and non-shareable are returned (and these two missing, one is shareable and the other one is not). When I login with another user, who did not create the teams either, I can return them all.

 

I would really appreciate some insight here.

Thank you

0 answers

Suggest an answer

Log in or Sign up to answer