Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 676 Bytes

File metadata and controls

42 lines (30 loc) · 676 Bytes

Change the default query in the Issues tab

Change the default query in the Issues tab.
チケットタブでのデフォルトクエリを変更します。

Setting

Path Pattern

None

Insert Position

Head of all pages

Code

JavaScript

$(function() {

  const issueMenuLink = $('#main-menu a[href$="/issues"]');
  // Note: Change the query ID accordingly.
  issueMenuLink.attr('href', issueMenuLink.attr('href') + '?query_id=1');
});

Result

result