Hi Whiteboard Community,
I am currently working on a Confluence site migration. Since Whiteboards are not supported by Confluence Cloud Migration Assistant (CCMA), I need to perform an impact analysis to understand the scope of this limitation.
Is there a way to fetch a list of all Confluence Whiteboards in a site? Any API, script, or workaround to extract this data would be extremely helpful.
Thank you in advance!
Hi @Akash Singh the list of whiteboards for a site is possible to query via CQL.
```
/wiki/rest/api/search?cql=type=whiteboard
```
There is more detail on the CQL search API available on https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/.
Note that whiteboard content is not currently available via the API.
Hope this helps
Hi @Akash Singh
if you want to see all whiteboards within your UI, just filter for content type = whiteboard in the Confluence advanced search: https://<YourSite>.atlassian.net/wiki/search?type=whiteboard
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.