My issue link is losing when fixed

  • CI system used - Azure DevOps Pipeline
  • Languages of the repository - C# (.net8)
  • Private Repo
  • Quality Gate used (Default)[Sonar way (legacy)]
  • Quality Profiles used C# Sonar way

I used SonarQube developer-edition on-prem solution, that version is v2025.1 (102418). My quality gate and profile are built-in default values.

When the issue is created in the SonarQube, I have a link like the following.
https://sq.blabla.com/project/issues?issues=AY9NwziPhQftNTXkDvoz&open=AY9NwziPhQftNTXkDvoz&id=project-key-SdsP2pQB8Wo3EV9u

After the issue is fixed, I don’t see anything when I clicked the link above.

How can I reach the fixed issue?

Hey there.

That depends on how long the issue has been fixed!

If it has been cleaned up by housekeeping, you will no longer be able to access it.

  • All Closed issues more than 30 days old are deleted (this concerns only Fixed issues).

This is the default setting but configurable in your instance administration.

Hi Colin,

I got it, thank you

1 Like