RFR: 2397: Jira Issues with resoultion "delivered" should not be changed to "fixed"

Erik Joelsson erikj at openjdk.org
Thu Oct 24 18:19:10 UTC 2024


On Wed, 23 Oct 2024 21:48:05 GMT, Zhao Song <zsong at openjdk.org> wrote:

> Currently, the Skara bot doesn't recognize "Delivered" as a valid resolution for resolved issues. As a result, when the bot finds an issue in a Resolved or Closed state with "Delivered" resolution, it will change the resolution to "Fixed." However, it shouldn't.
> 
> This patch is trying to make the bot recognize "Delivered" as a valid resolution for resolved issues, preventing unnecessary changes.

I think we need to check for altfixversion independent of if requestedFixVersion has a value or not. That would make this even more robust.

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

PR Comment: https://git.openjdk.org/skara/pull/1694#issuecomment-2436054064


More information about the skara-dev mailing list