Hello,
i would like to export a report where i can see all page owners within a specific space. Is that possible? I cant find anything.
preferable a table with owner name, page name, space name,
Thanks in advance
Hello @Fabian Burkert
If your company is on the premium or enterprise product plan, the content manager lists the content owner.
It does not have an export functionality, but you should be able to copy the table and paste it into a spreadsheet.
If you are open to third-party apps, I can also recommend our Viewtracker app. It includes this report, which allows you to list owners and other data fields and export them.
Kind regards,
Mattia
You can use the API to get all pages.
See; api-pages-get in the call you can specify the space id, to get the pages from a single space.
example https://<cloud-name>.atlassian.net/wiki/api/v2/pages?space-id=<space-id number>
Page owner will be returned by account id, as based on GDPR not direct names or mail address are stored for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marc,
thanks for your help! Is there any other opportunity? For example with Analytics? Every page owner has his own label. Does this help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do yo mean every page created by an owner, an owner sets a label on the page?
Then you should be able to query on this label.
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.