From 65408c182b628f4743b9b81e8cbddb2dc4a12e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Coffey?= Date: Fri, 27 Feb 2026 17:30:47 +0000 Subject: [PATCH 1/2] use better JBS link for searches Jira no longer allows searches via the main landing page (text box in top right hand corner) if you're logged out of the system --- src/guide/jbs-jdk-bug-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/jbs-jdk-bug-system.md b/src/guide/jbs-jdk-bug-system.md index 60bf016..adb839d 100644 --- a/src/guide/jbs-jdk-bug-system.md +++ b/src/guide/jbs-jdk-bug-system.md @@ -22,7 +22,7 @@ If you suspect that the issue is a vulnerability, **don't file a JBS issue!** In A few things to keep in mind when filing an issue: * Before filing, verify that there isn't an open issue already filed. - * Search [JBS](https://bugs.openjdk.org/) for things like the name of the failing test, assert messages, the name of the source code file where a crash occurred etc. + * 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. * If you find a similar issue that was closed as [Cannot Reproduce]{.jbs-value} then it may be appropriate to re-open that one - if you don't have direct access to JBS you can file a bug using the [Bug Report Tool](https://bugreport.java.com/) requesting that it be reopened. * Set a relevant [Component/s]{.jbs-field} for the issue. * If you are unsure what component to choose, see [Code Owners](#code-owners) for guidance. From cc82cc76e0f9ec669fe429aa3715e008489455fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20Coffey?= Date: Fri, 27 Feb 2026 20:42:54 +0000 Subject: [PATCH 2/2] Confine JQL link to JDK project --- src/guide/jbs-jdk-bug-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/jbs-jdk-bug-system.md b/src/guide/jbs-jdk-bug-system.md index adb839d..8fdf943 100644 --- a/src/guide/jbs-jdk-bug-system.md +++ b/src/guide/jbs-jdk-bug-system.md @@ -22,7 +22,7 @@ If you suspect that the issue is a vulnerability, **don't file a JBS issue!** In A few things to keep in mind when filing an issue: * Before filing, verify that there isn't an open issue already filed. - * 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. + * Search [JBS](https://bugs.openjdk.org/issues/?jql=project%20%3D%20JDK) for things like the name of the failing test, assert messages, the name of the source code file where a crash occurred etc. * If you find a similar issue that was closed as [Cannot Reproduce]{.jbs-value} then it may be appropriate to re-open that one - if you don't have direct access to JBS you can file a bug using the [Bug Report Tool](https://bugreport.java.com/) requesting that it be reopened. * Set a relevant [Component/s]{.jbs-field} for the issue. * If you are unsure what component to choose, see [Code Owners](#code-owners) for guidance.