Support new issue types
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.
https://github.blog/changelog/2025-03-18-github-issues-projects-rest-api-support-for-issue-types/ APIs should be available
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.
PR welcome.