Listing all Comala Canvas boards and their owners
Storage of Comala Canvas boards and board owner information
Boards in Atlassian Jira server/data center are stored as user properties.
The property key used by the app to store boards is canvas.board
and type text.
This contains JSON with all the boards belonging to each user.
Listing Comala Canvas boards and owners
To list all the Comala Canvas boards and their owners, an SQL query can be performed against the server’s database.
This SQL query varies according to your installation.
Details and information regarding how to create this query are found in the following Atlassian documentation.