Hi,
is there an easy way to find out the space ID of a space?
Thanks,
Kevin
If you really need it :
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
You can query the database:
select * from SPACES;
Or you can narrow the search:
select spaceid from spaces where spacename = 'name_of_the_space';
Regards,
Celso Yoshioka
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.
Hi,
Thanks for the fast reply.
Yeah that was not the answer i was looking for.
If there is no easier way i have to go with this solution...
But i do not really understand how you can create the Hierarchical File System Attachment Storage like this : https://confluence.atlassian.com/display/DOC/Hierarchical+File+System+Attachment+Storage;jsessionid=EC6814B60BD67544D023161BF3B98974
Regards,
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Kevin,
This is automatically created for you, you shouldn't do it yourself.
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Im sure this is not the answer that you are looking for but the easiest way is the DB..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.