Radu Cotescu created SLING-8712:
-----------------------------------
Summary: VersionClient does not correctly identify fixed and
unresolved issues
Key: SLING-8712
URL: https://issues.apache.org/jira/browse/SLING-8712
Project: Sling
Issue Type: Bug
Components: Tooling
Reporter: Radu Cotescu
Fix For: Committer CLI 1.0.0
{{org.apache.sling.cli.impl.jira.VersionClient}} does not correctly identify
fixed and unresolved issues, since it explicitly filters based on the
{{resolution}} field using two values: {{Fixed}} and {{Unresolved}}. However,
the {{resolution}} field could have multiple values identifying a fixed issue
(e.g. {{Done}}, {{Implemented}}, etc.).
A more accurate filtering would be performed by checking if the {{resolution}}
field is empty or not.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)