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,
Anyone know of a way to get what spaces the currently logged in user is watching using the REST api? I know you can use the follow to get pages watches:
/rest/api/search?cql=watcher=currentUser()
This just returns page watches but not space watches, even though it looks like it knows about the space watches. The result of this call returns:
"size": 19,
"start": 0,
"totalSize": 22
I am watching 19 pages and 3 spaces = 22. The problem is the call does not ractually eturn the space watches, only the pages. Any way to have it returrn the space watches also?
Thanks