Data storage
Refined for Jira stores data within your Jira servers: in the data folder (on disk) and in the database. We don’t send any data or product analytics outside of the Jira server.
Data stored in the Jira data folder
Themes
Themes are saved in CSS files, image folders, and JSON files. You can find them here:
Data_folder > refinedtheme-jsd > themes > theme_id
Layouts
Layouts are saved as JSON files and image folders. You can find them here:
Data_folder > refinedtheme-jsd > layouts > layout_id
Global images
You can find images here:
Data_folder > refinedtheme-jsd > global > imagebank > images
Logos
You can find the site, category and portal logos here:
Data_folder > refinedtheme-jsd > stuctures > sturcture_id > images
You need to manually copy this data when you migrate between servers, for example from a production to a staging environment.
Data stored in the Jira database
Refined stores all other data in the Jira database. We use a library called ActiveObjects to store and fetch data. All Refined tables are prefixed with AO_D1CA32_SITE, to make it easy to find the data.
Deleting data
When you uninstall Refined, the Refined data isn’t deleted. If you want to remove this data, you can do it manually in the data folder or database.