RFR: 2229: TestHost propagates too many properties to backports

Erik Joelsson erikj at openjdk.org
Thu Apr 11 13:13: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

Marked as reviewed by erikj (Lead).

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

PR Review: https://git.openjdk.org/skara/pull/1633#pullrequestreview-1994151966


More information about the skara-dev mailing list