It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I want to assign an id to every knowledge article created. As I dont want to do it manually, I was hoping to have the actual relevant article id displayed on the page itself.
How can this be done?
Every page within confluence is assigned a page ID. You can see this when you edit an article, are in attachment or page information view (under Tools menu). It appears at the end of the URL in the form "pageId=1146905". Would this page ID work?
Hi Bill,
Thanks for the inputs. I'm looking for the page id to be displayed quite visibly near the title so that it can be easily picked up/viewed/searched.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How would you want this displayed? Are you on Confluence Server or Confluence Cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I use a bit of javascript in the Custom HTML section of Confluence to add this effect –
image2016-3-21 1:9:59.png
You could extend it to add the Page ID.
<script> AJS.toInit(function(){ var pageIdentifier = ", page ID " + AJS.Meta.get('page-id'); AJS.$('.last-modified').append(pageIdentifier); }); </script>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.