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 currently working on a small notification system within Jira using the REST informations in Confluence. I need to get the notification and edit them without any sort of confluence authentification so I can only use the rest endpoints that support a bypass.
The fetching is working great however I can't get the updating working. I'm using the Notifications and Tasks REST API.
I don't feel the need to share some code because even a request in Postman isn't working. Using a POST only create a notification even though the documentation mention it creates and update.
Ultimately I want to change the read value from false to true but it only creates a new notification instead of updating.
I've tried to send the whole notification with the read value changed in the body but it still creates a new one.
Hopefully someone can help me, thanks a lot! Have a great day
No, I ended up making my own rest API on Confluence with Scriptrunner to transfert notifications.
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.