Files
github--github-mcp-server/pkg
Kelsey Myers b57cd61907 Include custom issue field values in list_issues response
Adds Issues 2.0 custom field values to each issue returned by the
list_issues GraphQL query, exposed on MinimalIssue as field_values:
[{field, value}]. Filtering by field is a separate concern (needs the
GraphQL IssueFilters input updated upstream) and is not included here.

shurcooL/graphql's response decoder walks every inline fragment of a
union regardless of __typename, so IssueFieldNumberValue.value is
aliased to valueNumber to avoid a Float-vs-String type clash when the
runtime variant is, e.g., a SingleSelectValue.
2026-05-13 03:19:47 -07:00
..
2026-02-19 15:17:52 +00:00
2026-02-12 11:04:54 +01:00
2025-11-06 14:48:11 +01:00