Could you please help me what is the best way if I changed something in Jira no information was lost.
"Work on the back end" is a scary phrase to me though, it sounds like you might be thinking of touching the database outside Jira (with SQL).
Do not do this. Jira uses the database as a data store, and most of the logic that keeps the data coherent is in the application, not the database. This makes it very hard to get any SQL completely right and I've spent years cleaning up the messes made by people using SQL without fully understanding what they are doing in the Jira database.
Instead of worrying about data loss (right thing to worry about, but SQL is the best way to pretty much guarantee you will incur loss), could you explain what you are trying to achieve? We can probably tell you the best and safest way to do it.
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.