Change the default query in the Issues tab.
チケットタブでのデフォルトクエリを変更します。
None
Head of all pages
JavaScript
$(function() {
const issueMenuLink = $('#main-menu a[href$="/issues"]');
// Note: Change the query ID accordingly.
issueMenuLink.attr('href', issueMenuLink.attr('href') + '?query_id=1');
});