I'm setting up a QMS system, that minimizes maintenance and possible errors in the system.
I try to create a template with following:
* when the template is used to create a new page, the user should get a prompt asking for the name (title) of the new page. Preformatting (like PR.XX - name proces) is necessary (where XX is one of following possibilities, like MA, RD, MS, CS, QA)
-> decrease of wrong names
* when the user confirms the name, the title of the page is updated. At the same time, the title should be filled in automatically (using a variable?) in a table (Page Properties, and Page Properties Report Macro).
-> decrease effort on reporting
I'm struggling with variables, automation rules...
Hi @Jo Heylen ,
This would be a tricky one as Confluence doesn't support the usage of variables in page names. There's an open suggestion related to it: CONFCLOUD-37513: Use template variables in page title
Now, what you could possibly do is use the workaround from the linked suggestion > create from a template macro.
It could probably look something like this:
On the other hand, potentially something like a manual trigger with prompts could also do the work, but I haven't yet figured out can, within "Publish new page" action, add macros as page content (e.g. Page properties); and what would be the format there? Might be worth exploring though.
This would result in a prompt for end users (and it works for the page title, but again, you'd need to figure out the page content part.
Anyway, I hope some of this might help.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.