Hi ,
I am using Confleunce 5.1.3
I need to add a page as favorite for group of users/all users in confluence through DB/UI.
-Kapil
How many people are you talking about? If it is only a few, then you could use the sudo plugin to sudo as the user and then favorite it for them. If it is for lots of people them your best bet would be to use the API's to do it.
Hi Davin,
Thanks for poinitng out API option, i am looking for all users (confluence-users grp)
I am a newbie to confleunce, can you please guide me to the API for add page as favourite.
-Kapil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Davin,
Thanks i was able to do it with API.
I have created JOB , which reads pageid & group from properties file & makes that page as favorite for all users in that group
-Kapil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just for the record, be aware that there is a limmitation in Confluence and only 500 users can favourite the same page. There is a feature request to improve this in CONF-29910.
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.