It appears that on 29 March 2016 a custom "Unresolved" resolution was added
beside the built-in default. This might be causing some unresolved issues
to be hidden from queries.
I discovered the duplicate resolution when Jira's query auto-completer
showed me two Unresolved resolutions, one with double quotes and one
without them. When viewing an issue, the two are indistinguishable as the
double quotes are not displayed.
The following Jira searches return disjoint lists of bugs. The first
returns ~18,000 issues, while the second returns 135 issues.
project = QTBUG AND resolution = Unresolved ORDER BY resolutiondate
ASC
project = QTBUG AND resolution = "\"Unresolved\"" ORDER BY
resolutiondate ASC
The custom resolution is still being set sometimes, most recently on 25
September 2020.
Is there some obscure reason behind the duplicate resolution or is it a
mistake as I suspect?
If nobody can think of a good reason for the duplicate resolution, I'm
happy to file a request for someone with Jira superpowers to (carefully)
remove it.
Cheers,
--
Dr. Jason McDonald
(macadder on FreeNode)
_______________________________________________
Development mailing list
[email protected]
https://lists.qt-project.org/listinfo/development