github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Support new issue types

Open Haarolean opened this issue 11 months ago • 3 comments

Github introduced new enhancements to issues: issue types, sub-issues, and other minor issues. It seems like they're forcing these issue types by default now, the field is visible even if you don't want to use it, my guess is it will be a default soon. So it makes sense to implement this kind of API.

https://github.blog/changelog/2025-01-13-evolving-github-issues-public-preview/ While it's stated that it's in "preview", they've already started rolling it out actively without opting in.

Haarolean avatar Jan 16 '25 13:01 Haarolean

https://github.blog/changelog/2025-03-18-github-issues-projects-rest-api-support-for-issue-types/ APIs should be available

Haarolean avatar Mar 20 '25 14:03 Haarolean

Hi! If no one is working on this, may I take it and open a PR? Proposed approach: add issueType support in the model, map the REST fields, add tests, and update docs. Please let me know if you have any preferences before I start.

choichanhyeok avatar Sep 18 '25 16:09 choichanhyeok

PR welcome.

bitwiseman avatar Nov 12 '25 23:11 bitwiseman