RFR: Add support for Resolved issue state
Robin Westberg
rwestberg at openjdk.java.net
Tue Dec 3 14:38:10 UTC 2019
On Tue, 3 Dec 2019 14:33:45 GMT, Robin Westberg <rwestberg at openjdk.org> wrote:
> Hi all,
>
> Please review this small change that adds support for setting issues to a Resolved state. Currently only supported by Jira, GitLab and GitHub will treat it as Closed.
>
> Best regards,
> Robin
issuetracker/src/main/java/org/openjdk/skara/issuetracker/Issue.java line 107:
> 106: OPEN,
> 107: RESOLVED,
> 108: CLOSED
Another option would be to simply map CLOSED to the Jira Resolved state as that's probably what we want to always use..
-------------
PR: https://git.openjdk.java.net/skara/pull/285
More information about the skara-dev
mailing list