KnpLabs / KnpLabs/php-github-api

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

未關閉
#768 1 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
PHP
星號
2.2k
分支
587
PR 合併指標
30 天內沒有已合併 PR

描述

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

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Start by tracing the org_projects and repo projects columns/cards create calls shown in the issue, then check how the GitHub API exposes personal projects. Confirm the supported path for adding an issue card to a user-owned project and document or implement it consistently with the existing project APIs.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
github, php
領域
api
Issue 類型
功能
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。