---
title: "Listing all Comala Canvas boards and their owners"
canonical: "https://support.appfire.com/space/C4J/683837366/Listing%20all%20Comala%20Canvas%20boards%20and%20their%20owners"
format: markdown
---
> Macro (aura-html)

## 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.

[https://confluence.atlassian.com/jirakb/how-to-read-the-propertyentry-database-table-in-jira-1217202462.html](https://confluence.atlassian.com/jirakb/how-to-read-the-propertyentry-database-table-in-jira-1217202462.html)