How to extract the date when an issue is marked as "Wont Fix" or "False Positive" (without API)?

Hello,

I have a question regarding issue tracking in SonarQube. I’m looking for a way to extract the exact date when an issue is marked as “Wont Fix” or “False Positive.” Currently, I’m using the API to get this information, but I would like to know if there is another option, perhaps through the user interface or some other mechanism that does not involve using the API.

Thanks!

Hi,

Check the issue’s Activity tab:

 
HTH,
Ann

Hi,

Thanks for your response. I checked the Activity tab, but this requires reviewing each issue individually to find the date. I’m dealing with a large volume of issues marked as “Won’t Fix,” so I’m looking for a faster way to retrieve this information.

Is there any method, besides the API, that allows me to quickly see when multiple issues were marked as “Won’t Fix”?

Thanks!

Hi,

The options are the UI and the API.

 
HTH,
Ann