Hi,
I’m trying to find the location in the DB for the field(s) that stores the status of the Access all projects and Access all repositories setting in the Linked Repos. there is a db table vcs_location that has a xml_definition_data that captures all of the repository settings except the status of these two fields. The data located in the xml_definition_data field does have the record if Bamboo specs are enabled on a repositories or not.
I can make the change in the UI and get a record in the audit table detailing that I made the change however I can't find the source of this in the DB itself in order to query which linked repos have this configured or not.
I have checked across a range of the DB tables and read over the online Bamboo Schema however I can't find anything in regards the location of this setting stored in the DB.
The bamboo version I'm using is: 7.1.1
Hey @Conor O_Higgins, Welcome to Atlassian Community!
The information you are looking for is in the BANDANA table.
The repository ID will be listed as an XML element on serialised_data
SELECT * FROM BANDANA WHERE BANDANA_KEY LIKE 'bamboo.specs.all.%'
Kind regards,
Eduardo Alvarenga
Atlassian Support APAC
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.