Integrated: 2229: TestHost propagates too many properties to backports

Erik Duveblad ehelin at openjdk.org
Thu Apr 11 18:02:18 UTC 2024


On Thu, 11 Apr 2024 09:24:54 GMT, Erik Duveblad <ehelin at openjdk.org> wrote:

> Hi all.
> 
> please review this small patch that fixes an issue with how `TestHost` creates "backports". The problem is that the current implementation propagates too many properties from the primary issue to the backport (including for example `"issuetype"` which causes the backport to become a bug/enhancement 😄 ).
> 
> This patch also set `fixVersions` properly for the created "backport" - the `fixVersions` property is of type `Array`, not `String`.
> 
> Thanks,
> Erik

This pull request has now been integrated.

Changeset: 4f951262
Author:    Erik Duveblad <ehelin at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/4f9512625d80f13d824895b450dcf0ed7f2c372e
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

2229: TestHost propagates too many properties to backports

Reviewed-by: erikj, zsong

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

PR: https://git.openjdk.org/skara/pull/1633


More information about the skara-dev mailing list