On Fri, 22 Nov 2024 21:21:34 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> That is correct. I still think it's worth it, especially since not everyone 
>> knows the 'trick' of pasting the `RT-` entry into the bug tracker to get the 
>> corresponding `JDK-` entry (in fact, I only learned that this year 😄)
>
> I'd review that!  The only question is how to do RT- efficiently, so it can 
> be easily reviewed (without going through manually copying and pasting every 
> id)...

It would be pretty easy to do it with a JIRA REST query: Given an input list of 
`RT-nnnn` bug IDs, produce the corresponding output list of `JDK-mmmmmmm` bug 
IDs. I'll volunteer to do this part of it.

Someone could then easily turn that into a script using `sed` to do the 
replacement.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1640#discussion_r1854732914

Reply via email to