I would like to extract a list of "created date", "last modifed date" and "last modified by" on each pages in our space. Is it possible?
For example,
Each pages have "Created by xxxxxxxx, xxxxxxx | xxxx, last modified by xxx, xxxxxxx | xxxx on Nov 18, 2016" on the top of page. It is good if we can extract such information from all of the pages in our space.
I do not know if this could be achieved with Confluence macros. Probably there is a solution with user macros (but I'm not an expert for this). Therefore I suggest another possible solution.
You could use the Display Document Properties Macro of the (commercial) projectdoc Toolbox. You would also need to add the Document Properties Marker Macro (which is similar to the Page Properties Macro) which would supply the information you are looking for.
This is how the Display Document Properties Macro is used:
screenshot.png
The Template is something like this:
${Creation Date}, ${Last Modification Date}, ${Last Modifier}
You may also add any text like this
The document has been created on ${Creation Date} and has been last modified on ${Last Modification Date} by ${Last Modifier}.
Disclaimer: I'm one of the authors of the projectdoc Toolbox - which is available on the Atlassian Marketplace.
Thank you for your prompt reply.
Is there any possible solution / way to achieve this request by Confluence standard function only without any plugin?
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.