We have a custom field "start date" and another called "PTO Start Date" this morning something happened and almost all the values are empty. Is the dat gone from the database? Help!!!
Hi Daniel,
You can run the query from the Atlassian Database Schema page to see if the data is still there:
select * from customfieldvalue where customfield=(select ID from customfield where cfname='YourFieldName');
From my testing, if I delete a value the data is immediately gone from the database so if you do find it there the first step is going to be to perform a full re-index so you'll need to schedule a maintenance period.
If you do not find the values in the database you'll need to restore from the last backup. I would also recommend opening a support ticket so the Support team can take a look at the logs and help identify what may have happened to cause this behavior and how to prevent it again in the future.
Cheers,
Branden
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.