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

Integrate GitHub POST issue API call #100

Open
conorheffron opened this issue Sep 27, 2024 · 1 comment
Open

Integrate GitHub POST issue API call #100

conorheffron opened this issue Sep 27, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@conorheffron
Copy link
Owner

conorheffron commented Sep 27, 2024

  • Details:
    curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/OWNER/REPO/issues \ -d '{"title":"Found a bug","body":"I'\''m having a problem with this.","assignees":["octocat"],"milestone":1,"labels":["bug"]}'

  • https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#create-an-issue

@conorheffron conorheffron self-assigned this Sep 27, 2024
@conorheffron conorheffron changed the title Integrate GitHub create issues API call Integrate GitHub POST issue API call Sep 27, 2024
@conorheffron
Copy link
Owner Author

Pre-requisite: Need to manage dynamic token generation for POST API call here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant