You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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