RFR: 2397: Jira Issues with resoultion "delivered" should not be changed to "fixed"
Zhao Song
zsong at openjdk.org
Wed Oct 23 22:16:45 UTC 2024
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.
-------------
Commit messages:
- SKARA-2397
Changes: https://git.openjdk.org/skara/pull/1694/files
Webrev: https://webrevs.openjdk.org/?repo=skara&pr=1694&range=00
Issue: https://bugs.openjdk.org/browse/SKARA-2397
Stats: 10 lines in 4 files changed: 7 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/skara/pull/1694.diff
Fetch: git fetch https://git.openjdk.org/skara.git pull/1694/head:pull/1694
PR: https://git.openjdk.org/skara/pull/1694
More information about the skara-dev
mailing list