After SVN to GIT Migration - Issue filter based on creation date range and assignee is not working as it used to work in SVN

Must-share information (formatted with Markdown):

  • which versions are you using - Sonarqube Community Edition Version 8.4.1 (build 35646) , sonar-maven-plugin3.7 , [Jenkins 2.235.5] with Azure Git Repo
  • what are you trying to achieve - Filter issues based on [Creation Date] range in Sonarqube UI
  • what have you tried so far to achieve this - Migrated SVN code to azure GIT repo. Updated the build pom xml to specify <sonar.scm.provider>git</sonar.scm.provider>. Scan is successful and and result is published to SonarQube. But Filter based on date range and assignee is not working as it used to work in SVN.

Recently we migrated from SVN to azure got repo. The repo was migrated with history and the sonar build and publish was successful with minimal changes. ie updated the SCM provider in jenkines and updated <sonar.scm.provider>git</sonar.scm.provider> in POM

Once the result was published to sonarqube we observed that

  • Issue filter based on date range is not working. Even the issues introduced 3~4 years back as getting displayed even if the creation date is provided as 01/Jul/2021

  • Issue assignment is not working as it used to when the scan was done from SVN

sonar

Please review and let me know if any additional config update or change is required. I could not find any errors in the log.

Please assist