We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
type
create_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
Currently, create_issue tool does not support type parameter. It is a valid parameter to set when creating a new issue.
REST API for create_issue: https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#create-an-issue
The text was updated successfully, but these errors were encountered:
We'll probably wait until the underlying library adds support for it: https://github.com/google/go-github/blob/master/github/issues.go#L83
Sorry, something went wrong.
inpreman
No branches or pull requests
Description
Currently,
create_issue
tool does not supporttype
parameter. It is a valid parameter to set when creating a new issue.REST API for
create_issue
: https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#create-an-issueThe text was updated successfully, but these errors were encountered: