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 · 1 comment
Open

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

lincolnaleixo opened this issue Jan 16, 2019 · 1 comment

Comments

@lincolnaleixo
Copy link

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

@Goddard
Copy link

Goddard commented Feb 5, 2021

also curious

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

No branches or pull requests

2 participants