I have requirement to create,update or delete confluence page based on database configuration..
Say, Create two page, update 1 page, delete two page. pages can be at child page or parent page.
May I know what is best approach to achieve this..?
1) Create Plugin
2) Or is there any plugin available ( i.e. Using scripting language )
I believe that, for such a specific behaviour, your best option is to create your own plugin with a listener on different page events (creation, deletion, edit) and perform the appropriate operation when certain conditions are met.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.