File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1778,8 +1778,8 @@ func ListIssues(t translations.TranslationHelperFunc) inventory.ServerTool {
17781778 issueQuery := getIssueQueryType (hasLabels , hasSince )
17791779 // The list_issues query references the issue_fields-gated IssueFieldValueFilter
17801780 // input type unconditionally, so we always opt into the feature via header. This
1781- // is a no-op once the flag is globally rolled out.
1782- ctxWithFeatures := ghcontext .WithGraphQLFeatures (ctx , "issue_fields" )
1781+ // is a no-op once the flags are globally rolled out.
1782+ ctxWithFeatures := ghcontext .WithGraphQLFeatures (ctx , "issue_fields" , "repo_issue_fields" )
17831783 if err := client .Query (ctxWithFeatures , issueQuery , vars ); err != nil {
17841784 return ghErrors .NewGitHubGraphQLErrorResponse (
17851785 ctx ,
You can’t perform that action at this time.
0 commit comments