We need below function (comala workflow function):
1. Create one document automatically by template;
2. Auto move to next state by a fixed date of a month (example 15th each month).
Thanks!
Hello @Owen ,
In Confluence Data Center:
1. You can use >Labels< to attach a workflow to a specific template. You can set a label for a workflow and then add the same label to your template. When you create a page using the template, the workflow process will automatically apply to it. You can use >Sticky Labels< for more security on who can remove them.
2. By setting >Expiry Dates< to a state, you can add a >Content expiry transition< that moves it automatically to another state once that date is reached.
I hope this helps. If you need more assistance, I'd be interested in hearing more about your use case and determining the best process.
@Nino Stana Yes, Thanks!
1. Do you know how to create page by script Runner or something else (example , auto create 1 doc on 1th each month)?
2. How to change the Expiry Dates automatically by script Runner (example 15th each month)?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Owen I am not a developer, I can't help you with the technical details but I think you could achieve this by making use of APIs:
1. >Atlassian Confluence Data Center Rest API< - they seem to have an endpoint to create a page
2. >Comala Document Management Rest API< - We also have an endpoint for the expiry date that you could use to automate your process
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.
@Owen If you are open to alternatives, then Better Content Archiving also supports changing a page to the "Expired" status when its expiration date is passed:
Note that you can specify the expiration date using plain vanilla page labels! The nicety here is that page labels can be manipulated manually and programatically with relative ease, using ScriptRunner or using the REST API.
It is something you may want to try.
(Discl. it is a paid and supported app developed by our team. Free for 10 users!)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.