no like just a list of known issues and their current state, and if any of them need reproducible steps/saves, that sort of thing
Reply
ok let me show you.
This is how jira looks like
This is how mantis looks like
and this is Azure
Obviously none of these examples are any from out database, but public example images (I scrubbed names just to be safe and courteous), but these are common systems for handling bugs and they all look somewhat the same, at least in general structure.
As you can see all have a reporter tag attached to them. exporting them would like whatever name and assignee to those jiras (say in a text file with said datastructure). Scrubbing away that data would be, well, I wouldn't wanna do that.
Current state would also be attached to this data, same as repro steps and files, which also can contain meta information about a user. Maybe I wrote "I did this with X tester name" and now it is in the description, you have access to it and bam, now you have some personal info.
Maybe someone has their real name as username, it gets saved in a file, someone opens it and bam, more personal info exposed. Now imagine this as a datastructure, and the data is all intermingled like so, just trying untangle that from the "bug" information would be a nightmare if even possible.
And if something goes wrong at that export it could lead to all sorts of things being leaked
Just to imagine the sheer size of our database, the amount of issues is a lot bigger than the public bug forum here. That is not a brag mind you, it is simply to give you a perspective of the amount of data being processed by any company.
If on top of this developers can resolve and QA can create a lot of issues in one day, like a lot lot.
Even if I hypotethically managed to export everything, scrub everything, absolutely nuke everything. How would I show it to you? Its just a big exported file that is supposed to run on a server via a webbrowser, its not like I can just link it in google drive and you can scrub through it.
Now I am saying this just to give a perspective on how this all work, not to just be a "debbie downer", but to explain the sheer logistical improbabilities that would have to be overcome. Its not just "one" problem, its every problem.
Thats on top of people that would have to be convinced internally.
Im not saying it is an impossible thing, but an improbable one. There is probably a smart way of handling it, but I don't have those answers now, and I just wanted to explain why it would not be an easy thing, like just flipping a switch
I hope that is at least a bit informative if nothing else
