Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: allow issue Type management via the REST API client #466

Closed
1 task done
jeherve opened this issue Oct 4, 2024 · 5 comments
Closed
1 task done

[FEAT]: allow issue Type management via the REST API client #466

jeherve opened this issue Oct 4, 2024 · 5 comments
Labels
Status: Blocked Some technical or requirement is blocking the issue Type: Feature New feature or request

Comments

@jeherve
Copy link

jeherve commented Oct 4, 2024

Describe the need

GitHub recently introduced "Issue Types", a new way to categorize and filter issues per type.

The change was announced in this blog post, and is detailed in https://github.com/orgs/community/discussions/139933

It is already possible to add a type to an issue via the GraphQL API: there is an IssueType object to manage issue types at the organization level to create, update, and delete them.

It would be nice if a similar option was added to the REST API Client, as part of issues.

SDK Version

No

API Version

No

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jeherve jeherve added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Oct 4, 2024
Copy link
Contributor

github-actions bot commented Oct 4, 2024

👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labeled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀

@wolfy1339
Copy link
Member

Blocked by octokit/openapi#452

@wolfy1339 wolfy1339 added Status: Blocked Some technical or requirement is blocking the issue and removed Status: Triage This is being looked at and prioritized labels Oct 4, 2024
@wolfy1339 wolfy1339 moved this from 🆕 Triage to 🛑 Blocked/Awaiting Response in 🧰 Octokit Active Oct 4, 2024
@wolfy1339
Copy link
Member

in the meantime, you can manually use the endpoint with octokit.request()

@wolfy1339
Copy link
Member

Coming back to this, it seems you are wanting new features on the REST endpoint.
Octokit is simply wrapping the requests.

You can request new features here:
https://github.com/orgs/community/discussions/categories/api-and-webhooks

@wolfy1339 wolfy1339 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2024
@github-project-automation github-project-automation bot moved this from 🛑 Blocked/Awaiting Response to ✅ Done in 🧰 Octokit Active Oct 8, 2024
@jeherve
Copy link
Author

jeherve commented Oct 8, 2024

Good point. I started a new discussion here:
https://github.com/orgs/community/discussions/140874

I'll come back here once the option is available in the API, and then maybe we can add a new wrapper for it in Octokit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Blocked Some technical or requirement is blocking the issue Type: Feature New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants