RFR: 2229: TestHost propagates too many properties to backports
Erik Duveblad
ehelin at openjdk.org
Thu Apr 11 18:02:17 UTC 2024
On Thu, 11 Apr 2024 17:05:49 GMT, Zhao Song <zsong 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 zsong (Reviewer).
Thanks @zhaosongzs and @erikj79 for reviewing!
-------------
PR Comment: https://git.openjdk.org/skara/pull/1633#issuecomment-2050221374
More information about the skara-dev
mailing list