How to assign an issue to a project for an organisation via API? #176487
Unanswered
ThePJhayes
asked this question in
API and Webhooks
Replies: 2 comments
-
When you get a 404 Not Found while adding an issue to a project, it usually means the API endpoint or permissions don’t match the project type. The 404 Not Found error when assigning an issue to a project via API usually happens for one of these reasons:
✅ TL;DR
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The solution will be remove the project locally and clone it again using (git clone ) then try again. This only happing because API endpoint or permissions don’t match the project type. A fresh restart will fix it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
As the title says, having issues assigning an issue to a project via API. I constantly get the below response, any advise on what might be causing this would be appreciated - I can find the projects in a list function, just when trying to assign the item does it start returning the error.
"body": {
"message": "Not Found",
"documentation_url": "https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project",
"status": "404"
Beta Was this translation helpful? Give feedback.
All reactions