Integrated: 2348: Don't apply the logic of avoidForwardports if the issue has been resolved
Zhao Song
zsong at openjdk.org
Mon Aug 12 17:40:18 UTC 2024
On Mon, 5 Aug 2024 20:28:54 GMT, Zhao Song <zsong at openjdk.org> wrote:
> In [SKARA-2226](https://bugs.openjdk.org/browse/SKARA-2226), the issueNotifier was enhanced to avoid creating forward ports. However, there is a bug related with this feature. If the main issue has already been resolved and the fixVersion is targeted to release N-1, the issueNotifier will change the fixVersion to release N and create an open backport issue target to release N-1. The correct behavior should be to leave the main issue unchanged, create a backport target to release N, and resolve it accordingly.
This pull request has now been integrated.
Changeset: 42229163
Author: Zhao Song <zsong at openjdk.org>
URL: https://git.openjdk.org/skara/commit/4222916317b49e4f1525682cb71df83593bfc1d5
Stats: 65 lines in 2 files changed: 63 ins; 0 del; 2 mod
2348: Don't apply the logic of avoidForwardports if the issue has been resolved
Reviewed-by: erikj
-------------
PR: https://git.openjdk.org/skara/pull/1683
More information about the skara-dev
mailing list