KnpLabs / KnpLabs/php-github-api
Is there a way to add a issue to a personal project?
- Ngôn ngữ chính
- PHP
- Star
- 2.2k
- Fork
- 587
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- github, php
- Lĩnh vực
- api
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 25/100