Accepted issues "forgotten" after git rebase

Hello,

On a pull request, I “resolved” some issues.
Meanwhile, a coworker merged his own PR on the target branch.
So I locally updated to target branch, rebased my branch on it, pushed my branch, and relaunched a Sonar analysis on my PR.
Then, the issues I previously accepted come back.

Hey @Oodini

I can’t reproduce this on my end. After a git rebase, my issues stay in the “accepted” status.

Could you give us some more details to reproduce the issue?

It seems that’s because the target branch has not been analyzed after the MR of my co-worker.
Could that explain the problem ?