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.
While fetching data usin REST calls from fisheye and crucile, the limit parameter is not working. Is there any alternative for it?
Hi Shruti,
Please note not every FishEye/Crucible REST API method supports pagination, the ones that do support have it explicitely mentioned in the documentation.
Let me know what URL are you trying to hit so I can clarify if pagination is supported for this endpoint or if there is alternative paginated endpoint that could be used instead.
Hi, I tried limiting data while fetching repositories. Here's the query,
http://localhost:8060/rest-service-fe/repositories-v1?limit=1
Inspite of applying limit=1, I'm getting all the list of repositories. I am facing same issue with other queries as well (Eg. users, revisionInfo etc).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
note GET request to https://docs.atlassian.com/fisheye-crucible/latest/wadl/fisheye.html#rest-service-fe:repositories-v1 resource lists all the repositories, while GET request to similar https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#rest-service-fecru:admin:repositories resource retrieves a page of repositories. The latter use paginated API.
Similary use https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#rest-service-fecru:admin:users to retrieve page of users etc.
Hope that helps
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.