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

Erik Joelsson erikj at openjdk.org
Fri Aug 15 17:35:37 UTC 2025


On Fri, 8 Aug 2025 17:24:19 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/jira/JiraIssue.java line 248:

> 246: 
> 247:     private void performTransition(JiraIssueState state) {
> 248:         var id = availableTransitions.get(state.name());

I think either get both state and transition id as parameters, or supply the availableTransitions map as a parameter. I don't think we should store it as a field.

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

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


More information about the skara-dev mailing list