The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

Label Analysis for a Space

Patrick Hampel
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 28, 2019

Hello,

I'am beginner with confluence and just received the editor-position for my team. We are using Confluence to create documentations about technical environments. This week we achieved the milestone of 1.200 sites. And now we are struggling, because some of us missed the labling!

So I'm looking for an option to get a summary of all pages and their labels of the space. Is this possible with the integrated tools and macros? Do I have to contact an admin? How can he do such a query?

Sincerely

Paddi

2 answers

2 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Mike Bowen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 2, 2019

Hi @Patrick Hampel 

It would be very useful indeed in Confluence Cloud, but alas, it seems it is not possible. See this post. Looks like a request by many but one needs to vote on it. 

Please vote and comment on that with your usage case.

- Mike

0 votes
Answer accepted
Jeff Turner
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 28, 2019

I can't think of a way of listing all pages and their labels. It would be trivial to do with SQL if you could query the Confluence database:

SELECT label.name, content.title FROM label JOIN content_label USING (labelid) JOIN content USING (contentid) ;
TAGS
AUG Leaders

Atlassian Community Events