With Sonar 9.6.1 searching for Won’t Fix issues will show a particular author in the log but when searching by just the author name no Won’t Fix issues appear for that author.
Here is an example:
Searching by filename an issue created by Richard H (confirmed in Git as the author).
There is blame data, and the SCM provider is correct. Because the user’s Unresolved Issues are found (see screenshot above), this is probably not the cause.
Thanks Colin. I can see the missing original Issue Author problem now.
The reason for this query was because we disagreed with the issue resolution the “resolver” applied to some issues and we wanted to find all the other resolutions of that “resolver”.
I guess it is only possible to search by Author and not by “resolver”? How can we find all resolutions a particular “resolver” has made?
That’s an interesting use-case I’m not sure we’ve considered before. This isn’t something that you can filter on (the information is only stored in the changelog of an issue, and is not reflected by the author/assignee of the issue).
This would mean, unfortunately, having to use the Web API to iterate through GET api/issues/search and then parse GET api/issues/changelog for each issue.