Confluence pages have 'content properties' (key value pairs) and 'page properties' (provided by the macro).
Why do we have the distinction and why do we combine various disatvantages/limitations?
(I know content properties also apply to other elements, such as spaces, but that is not the point here).
Content properties are easily accessible via REST and Java API and supported by a number of plugins (Comala Workflows, Reporting, Scroll Exporter, ...). However, these seem to be considered 'internal' as I am not aware of any way to edit a set of custom content properties as part of a page.
The metadata 2 plugin may be an attempt to do this, but it is largely outdated. The editing experience with the old wiki syntax is awful.
On the other hand, editing page properties on a page is very user-friendly: drop in a macro, edit key/value pairs in a table. But these are not accessible via REST or Java API (they need to be parsed from the xhtml of the page - uh and slow) and thus not very well supported (e.g. not accessible from the Reporting plugin).
Am I missing something here? Why two concepts, each with its own set of disadvantages/limitations?
I think that this has historical reasons. Page properties were (to my knowledge) first. Content Properties have a type so they can perform some more advanced use cases, I suppose.
Note that there is acutally a REST API to query page properties:
rest/masterdetail/1.0/detailssummary/lines
But I think it is somewhat a trial-and-error-approach to get it working. How to use Confluence API to get actual data / values from Page Properties provides some information to get started.
And now some advertising ... :)
Since we had similar concerns with what is natively provided, we developed a commercial add-on, the projectdoc Toolbox, to support properties (and some other features to support documentation) based on the concept of page properties. The (free) Web API Extension for the projectdoc Toolbox provides a REST API to fetch and update properties.
The basic building block is a projectdoc document (which is a Confluence page with properties and sections). More on the add-on and can be found on its homepage and the online manual. Maybe you would like to have a look ti check, if it matches your requirements.
The projectdoc Toolbox is available on the Atlassian Marketplace for Confluence Server. Also a number of free extensions and free doctype add-ons (the later also as open source projects on Bitbucket) are available.
Thank you for the feedback, basically confirming my concerns.
I had noticed projectdoc Toolbox - but frankly, I find it to complex for what we want.
Content properties and page properties should be harmonized and I believe it to be Atlassian's responsibility to cleanup any (historically grown) discepancy.
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.