-
Bug
-
Resolution: Timed out
-
Low
-
Severity 3 - Minor
-
Issue Summary
When attempting to archive a personal space via the REST API only using the status:archive you're prompted with the following:
Cannot change space type from personal to global or vice versa
Environment
*Confluence Cloud personal space
Steps to Reproduce
- Create or locate a personal space
- Make a REST API call to the following endpoint:
- 'https://your-domain.atlassian.net/wiki/rest/api/space/{spaceKey}'
- Send the following to set the space to archived:
- '{"status": "archived"}'
- '{"status": "archived"}'
Expected Results
The personal space should change to archived.
Actual Results
You're presented with the following error:
'Cannot change space type from personal to global or vice versa'
Workaround
Use the same endpoint but send the following to archive the space within the data:
'{“type”: “personal”, “status": "archived"}'
- relates to
-
CONFCLOUD-77874 A4C | Ability to archive personal spaces upon user conditions
- Gathering Interest