-
Notifications
You must be signed in to change notification settings - Fork 12
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
Moving cards in organization project does not work #27
Comments
I am not at all familiar with Go, but on closer inspection in the code, I believe the issue is that |
+ 1 |
+1 |
Maybe interesting for others: I also tried this plugin to auto add issues to an organization level project board and it also ran into the error reported here. I then ended up using the github CLI:
Creating a personal access token was necessary to give the github action access to the organization. |
I am facing this issue when trying to move a card from one column to another in an organization project. This worked fine in a repository project. The error message I am seeing is the following:
I don't think this is a problem with insufficient permissions, since I have tried a token with complete access to everything. Looking at the GitHub API, I think the issue lies in the
orgs/[redacted]
part of the request URL (the[redacted]
part is our organization name that I have obscured). Surely theorgs
part needs to be removed, since I couldn't find that this kind of endpoint exists for listing issue events.The text was updated successfully, but these errors were encountered: