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
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.
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.