Files
Sam Morrow 3b6cdafbb5 fix: extract text-content for option name and iteration title in map path
The generic map decoding path for project field values treated 'name'
(ProjectV2FieldOption) and 'title' (ProjectV2FieldIteration) as plain
strings, but the GitHub API returns them as ProjectV2TextContent objects
with raw/html fields. As a result, single-select option names and
iteration titles could be returned empty when values reached the
minimal converter as map[string]any instead of typed structs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-28 13:22:06 +02:00
..
2026-01-06 17:38:12 +00:00
2026-05-28 13:22:06 +02:00