Is it possible to prevent users (say, anyone besides space admin for example) to create blank pages? So whether they click the "Create" button or the dot menu right next to it, they'll be presented with the template selection dialog box.
All of our space organization hinges on certain labels being used, which trigger workflows, notify relevant people, etc, so it's really inconvenient that people can bypass the templates.
Hi @Marya Belanger ,
Welcome to Atlassian community. Thank you for contacting us!
At this moment I am afraid this is not possible. The feature request for this already exists and you might want to vote for the below :
Work arounds:
As a workaround, a solution is that you could use the Create from Template Macro. On any page, you can include this add-on to ensure that users are creating pages from the template that you specify.
Also, You can promote specific templates within individual Spaces. See Promote templates in the Create dialog for more details.
Hope the above information helps. Have a good day. Take care.!
Thanks,
Srinath T
Appreciate the response. It seems the answer for every seemingly obvious feature in Confluence is "not possible; here's an 8 year old ticket going no where", which is really unfortunate.
A huge part of documentation architecture is automating and standardizing the creation and consumption of content in every way possible. Every bit of overhead where a user just has to "know" what to do (like knowing they need to press the menu button next to Create to meet our guidelines) detracts from necessary community involvement, or at the very best creates a lot of busy work for documentation management (in turn detracting from more impactful but less urgent doc work).
This isn't directed at you and I do appreciate you providing context, just very frustrating for someone who's been trying to improve doc standards at a huge company for the past year and has been met with brick walls or at best huge undertakings for minimal reward at every turn.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marya Belanger ,
you can hide the Create button by placing the following to Confluence Administration → Custom HTML → At the End of HEAD
<script type="text/javascript">
AJS.toInit(function(){
AJS.$('#quick-create-page-button').hide();
});
</script>
Creating blank pages will still work using the shortcut c
Hope that helps!
Kind regards,
Nicolai
Edit: That's a site-wide functionality and can be done by Confluence Admins only.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.