Search spaces by space ID - how to?

Rumceisz June 10, 2013

Hi All,

we have a Confluence with over 300 spaces. When users submit requests they add the space ID in most of the cases. The problem is that we are not able to search spaces by space ID but only the space name. Hence many space admins use to change their current space name it's very cumbersome to find the space at each request.

Do you know some solution in order to find spaces by their space key?

Thanks in advance,

Rumi

2 answers

1 vote
J. Caldwell
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.
June 10, 2013

Two ways...if they give you the site key just edit a formed URL:

http://$confluenceURL/display/$sitekey (e.g. http://confluence.foo.com/display/FOOBAR)

If you need to actually map and understand more, and you have DB access, I find that a DB query is most useful.

select SPACEID, SPACENAME, SPACEKEY

from SPACES

where SPACESTATUS = 'CURRENT'

0 votes
twong_atlassian
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.
June 10, 2013

Interesting. Spaceid or spacekey? The actual spaceid of a space isn't very commonly used in Confluence; there aren't many ways to actually get at it.


You might have a sql macro dump "select spaceid, spacekey, spacename from spaces;" from the Confluence db if you really need to get at it.

If they are giving space key, you can sub into a url like: http://localhost:8080/spaces/editspace.action?key=SPACEKEY

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events