RFR: Add support for Resolved issue state

Robin Westberg rwestberg at openjdk.java.net
Tue Dec 3 14:40:28 UTC 2019


On Tue, 3 Dec 2019 14:37:58 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..

Jira also supports renaming its states, so it's possible that we'll need to switch to setting State as a string to be interpreted as the particular Issue implementation sees fit.

-------------

PR: https://git.openjdk.java.net/skara/pull/285


More information about the skara-dev mailing list