I was looking for clarification on how the database for Confluence and Jira handles attachments. Since attachments do not live in the database, how are they associated with Jira issues and how are they associated with Confluence pages?
After reading up, it seems like there is a table for the name of the attachment, the issue ID or page ID, but is there a third table that links it all together?
Thank you,
Robert
Stock answer: Do not think about it. Atlassian use databases as data stores, not real databases, and using SQL is for complicated bug fixes, and a handful of queries where the UI is weak. Most of the time, using SQL is, quite simply, wrong.
Whatever you think you need to do here, doing it with the database is almost certainly the wrong approach.
But, that advice does dodge a real answer. You are right in saying that there is a table which stores page id and attachment path. There are tables in both applications, but the structure varies a lot by version and application. (Believe me, one of my squad's current projects is Confluence 5.1 -> 6.4, so far, attachments are in 4 different places...)
Rather than try to write an essay on where things might be, could you tell us what you are trying to do with this information (and maybe why)?
Hey Nic,
I appreciate the reply and feedback. It turns out Atlassian had the answer all along, just had to do a bit more searching.
Thanks again,
Rob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, that's one of the times database access is the right thing - when fixing stuff!
My response was mainly based on just how horribly wrong everything goes when people try to use the database for reporting or, a million times worse, updates.
Glad you managed to find it, it is pretty obscure!
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.