Forums

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

How to add label to many pages(more than hundred) quickly ?

lexel225
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 19, 2018

I import a word file into space and result to more than six hundred pages.

I would like to add same label to these pages.

Is there any convenient way ?

Thanks.

3 answers

3 accepted

0 votes
Answer accepted
Michele Lim [Cprime]
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 Leaders.
November 20, 2018

@lexel225 adding to Alexey's answer, we just made a video on how to bulk add labels, you can check it out here https://youtu.be/nM0a8JM2T2E?list=PLKTAla3ZrW8mMmYvgOVf3UPXU8V4nc-xj hope this helps!

0 votes
Answer accepted
Alexey Matveev
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 Leaders.
November 19, 2018

Hello,

You could use the Power Scripts for Confluence add-on:

https://marketplace.atlassian.com/apps/1219507/power-scripts-for-confluence?hosting=server&tab=overview

It is a free add-on and I find it very convenient to perform administration tasks in Confluence.

You could write a script to select required pages and add a label to them.

For example, if you want to set a lable to all pages under a certain page, your script would look like this:

number [] allChildren = getPages(11801); 
for(number childPage in allChildren) {
    %childPage%.labels += "newLabel";
} 
0 votes
Answer accepted
Rambabu Patina _Appfire_
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 Leaders.
November 19, 2018

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events