We use Confluence Server 7.13.1. Global administrator rights are missing, but we have administrator rights in spaces.
We have the following task: to create a page automatically from a template once a week, the page should be a child page related to another. How can we solve this problem?
Hi @Cardsmobile
Confluence server/DC don't have automation possibilities like the Cloud proposition does.
The rest API is able to create a page, see example (create-a-new-page)
But there is not an option to do this based on a template, you are basically setting in the API call.
You could script this API call on your server to be triggered on a certain time a week.
Hi @Marc - Devoteam ,
Thanks for your answer.
To be more specific, there is Adaptavist Scriptrunner installed on this instance. As space admins, we do have permissions to some built-in scripts within spaces. Can this help us?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cardsmobile
You could google this.
I found this for you: use-scriptrunner-to-create-a-confluence-page-server-vs-cloud , but it's just a script of creating a page.
I also came accross this option:
You'll need to use Confluence REST API to do it.
While these steps are simplified, this process should allow you to create a page based off a user template.
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.