Hi All,
We are having lots of spcaes created in confluence, and we have categories so each space in to some category for our convenience, Now we want to edit a particular Space Category , can anybody please let us know how we can Edit the Confluence Category becouse removing the existing one and adding the new one is very painful as we have assosiated 100+ spaces with that category.
is there any simple way to do this.
Your labels for your space(s) are stored within your database. A simple method would be to change the display names within the labels. This will only work if you are on premisis with confluence.
Prior to doing anything within the database ensure you have a good backup. Please do the follow with caution. If you dont have a full understanding of what you are doing then do not proceed.
Run the following within SQL will display all of your used labels.
SELECT * FROM [YOURDB].[dbo].[LABEL]
To adjust the names just run a SQL replace to adjust all labels to the new name you wish to give them. Once the names have been replaced restart confluence.
SQL Replace usage:
http://msdn.microsoft.com/en-us/library/ms186862.aspx
SELECT REPLACE (NAME, 'OldName', 'NewName') FROM [YOURDB].[dbo].[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.
I came here looking for the same answer as Martin. The reason is because the Atlassian help files seem to be getting progressively more out of date, and, therefore, less useful.
If you came here looking for how to edit categories in a cloud instance, here's what to do.
Hopefully this helps you! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OMG! Labels are space categories. And you create a new one by editing an existing space.
Who'd have thunk?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is no longer accurate. Labels and categories are distinctly separate. And there doesn't seem to be a way to add categories in Confluence cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess there's no way to do a mass change to labels/ categories in Confluence cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(nice if there was a delete answer here eh?)
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.