You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was having trouble adding an issue as a card on a project using api.projects.create_card. The below stack overflow described my situation exactly, so thanks to the author, and another kind person provided a workaround/solution. I'm also surprised I did not find an issue already opened on this (if I missed it, please forgive me).
Hi, I was having trouble adding an issue as a card on a project using
api.projects.create_card
. The below stack overflow described my situation exactly, so thanks to the author, and another kind person provided a workaround/solution. I'm also surprised I did not find an issue already opened on this (if I missed it, please forgive me).https://stackoverflow.com/questions/70306360/github-api-add-an-issue-to-a-project
What I encounter when passing the
content_id
with the issue id andcontent_type
as 'Issue' is a Validation Failed error message.api.projects.create_card(column_id=col.id, content_id=issue.id, content_type='Issue')
The text was updated successfully, but these errors were encountered: