RFR: Use better JBS link for searches
Sean Coffey
coffeys at openjdk.org
Fri Feb 27 20:38:02 UTC 2026
On Fri, 27 Feb 2026 20:34:51 GMT, Roger Calnan <duke at openjdk.org> wrote:
>> src/guide/jbs-jdk-bug-system.md line 25:
>>
>>> 23:
>>> 24: * Before filing, verify that there isn't an open issue already filed.
>>> 25: * Search [JBS](https://bugs.openjdk.org/issues/?jql=) for things like the name of the failing test, assert messages, the name of the source code file where a crash occurred etc.
>>
>> Maybe:
>>
>> https://bugs.openjdk.org/browse/JDK-8378860?jql=project%3D%22JDK%22
>>
>> To pre-select JDK bugs?
>
> you mean
> https://bugs.openjdk.org/issues/?jql=project%20%3D%20JDK
the https://bugs.openjdk.org/browse/JDK-8212207 type links still work well in JIRA UI.
Not sure if we need to change those. In your example above, I see the UI rendering a comment to say "7 of 367464" which suggests an extra load is put on the query system while wanting to view just one bug etc.
-------------
PR Review Comment: https://git.openjdk.org/guide/pull/171#discussion_r2866106350
More information about the guide-dev
mailing list