--- a/src/main/webapp/issue-editor.js Tue Mar 11 14:01:48 2025 +0100 +++ b/src/main/webapp/issue-editor.js Tue Mar 11 17:01:30 2025 +0100 @@ -56,4 +56,8 @@ } } -window.addEventListener("load", (_) => toggleVariantStatus()); +window.addEventListener("load", () => { + toggleVariantStatus(); + const project = document.getElementById('linkable-issues').dataset.project; + configureSearchBox('linkable-issues', project); +});