Commit Graph
3 Commits
Author SHA1 Message Date
Tadas Labudis ede8b1f59e Merge pull request #1711 from github/labudis/issue-fields-rest-api
Improve issue-fields skill: add REST API as recommended approach
2026-05-15 02:16:53 +01:00
Tadas Labudis 2201a49dd6 Merge branch 'staged' into labudis/issue-fields-rest-api 2026-05-14 17:32:41 +01:00
Tadas LabudisandCopilot df246af8ef Improve issue-fields skill: add REST API as recommended approach
The REST API for issue field values is simpler and avoids common
pitfalls with the GraphQL approach (needing special headers, node IDs,
option IDs vs names). Key changes:

- Add REST API section as the recommended approach
- Document correct payload format (issue_field_values array wrapper)
- Document that value takes the option NAME not ID for single-select
- List common mistakes (wrong key format, missing wrapper, -f vs --input)
- Move GraphQL to an alternative section (still documented)
- Remove outdated private preview notice (now in public preview)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-14 17:31:34 +01:00