there are two link in my sonarQube
1.https://sonarqube.xxx.com?id=user-service
2.https://sonarqube.xxx?id=user-service-master&resolved=false
Q1:What does the “resovle=false” parameter mean?
Q2:Which one should I take?
Thanks.
there are two link in my sonarQube
1.https://sonarqube.xxx.com?id=user-service
2.https://sonarqube.xxx?id=user-service-master&resolved=false
Q1:What does the “resovle=false” parameter mean?
Q2:Which one should I take?
Thanks.
Hello Roy,
The resolved
refers to the status of the issue, meaning if you marked it as a false-positive
or won't fix
for example, it is resolved. So in general it makes the most sense to use the second link.
Hi Hendrik,
Thank you for your reply, now I konw it.
Have a good day ^^!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.