Skip to content

Fix list_issues on GHES schemas without issue fields - #3086

Open
SamMorrowDrums wants to merge 1 commit into
mainfrom
sammorrowdrums-fix-ghes-list-issues-fields
Open

Fix list_issues on GHES schemas without issue fields#3086
SamMorrowDrums wants to merge 1 commit into
mainfrom
sammorrowdrums-fix-ghes-list-issues-fields

Conversation

@SamMorrowDrums

Copy link
Copy Markdown
Collaborator

Summary

  • keep the full IssueFieldValueFilter and Issue.issueFieldValues query on supported GitHub.com, GHEC, and GHES schemas
  • retry without both custom-field dependencies only for the two known unsupported-schema validation errors
  • preserve explicit field_filters and propagate unrelated GraphQL failures
  • add table-driven GraphQL regression coverage for supported, unsupported, and unrelated-error paths

Validation

  • script/lint
  • script/test

Fixes #3068

Retry list_issues without custom issue field dependencies only when the
host schema lacks them. Preserve explicit field filters and propagate
unrelated GraphQL errors.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@SamMorrowDrums
SamMorrowDrums requested a review from a team as a code owner August 17, 2026 13:32
Copilot AI balanced review requested due to automatic review settings August 17, 2026 13:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

list_issues fails on GHES: IssueFieldValueFilter isn't a defined input type

2 participants