Hello all,
I got some issues due to human error. Last week I analyzed my project with result:
Overall || On New Code
1000 || 100
Then Yesterday I cloned the project with comit Id of last week. Then I made some fixing on this cloning project and want to analyze it as a new project.
Unfortunately, I make a mistake and this cloning project analysis result is added on the original project history with result:
Overall || On New Code
980 || 100
So, I have to make the result back to last week result. I analyze the original project with commitId of last week, and got this result:
Overall || On New Code
1000 || 120
It seems sonar make this 20 issues as new because they have been fixed but they are open again.
Do you know how to make it back to this result?
Overall || On New Code
1000 || 100
Thank you so much.
