X Tutup
The Wayback Machine - https://web.archive.org/web/20200918071700/https://github.com/KnpLabs/php-github-api/issues/768
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

Is there a way to add a issue to a personal project? #768

Open
lincolnaleixo opened this issue Jan 16, 2019 · 0 comments
Open

Is there a way to add a issue to a personal project? #768

lincolnaleixo opened this issue Jan 16, 2019 · 0 comments

Comments

@lincolnaleixo
Copy link

@lincolnaleixo lincolnaleixo commented Jan 16, 2019

I have projects (user, not organization) and use the project automation to move new issues to projects but I want to automate from my code as well , creating issues and moving to a specific project. Is that possible?

I tried both

$card = $client->api('org_projects')->columns()->cards()->configure()->create($column, array('issue' => $issue));

and

$card = $client->api('repo')->projects()->columns()->cards()->configure()->create($column, array('issue' => $issue));

PS: Issue creation is working properly adding label,milestones and assignees without a problem

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup