I accidentally added some defects to the wrong Workspace. Now the ID s are too high. I will be deleting the defects that are not supposed to be there, but after I do that, the next defect added will have an ID that continues from the last highest (even though it does not exist). Is there a way to reset the ID?
I ve reduced my code to the following short example. In it, I want to query for a set of iterations, and then in the callback, loop over the iterations and sum the resources. There is a global ...