RFR: 2557: Set resolution to Fixed when resolving Jira issues [v3]

Erik Joelsson erikj at openjdk.org
Fri Aug 8 17:24:19 UTC 2025


On Fri, 8 Aug 2025 17:21:29 GMT, Zhao Song <zsong at openjdk.org> wrote:

>> This patch is trying to let Skara  bot  explicitly set resolution to "Fixed" when resolving Jira issues.
>
> Zhao Song has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - update
>  - rename method

issuetracker/src/main/java/org/openjdk/skara/issuetracker/Issue.java line 126:

> 124:             String name = name().toLowerCase();
> 125:             return name.substring(0, 1).toUpperCase() + name.substring(1);
> 126:         }

The string representation for Jira should probably be handled as a Jira specific thing. I don't think we should pollute the general IssueTracker implementation with Jira specifics. My intention was to create a new enum or set of constants within the Jira package.

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

PR Review Comment: https://git.openjdk.org/skara/pull/1730#discussion_r2263044412


More information about the skara-dev mailing list