adding task failed #165362
Replies: 4 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hey there, Please post future questions that are not related to GitHub, with the Question label. Openproject is not affiliated or maintained by GitHub. Regarding your issue, as we are seeing the output of the debugger, it clearly states you have sent invalid contents to the official openproject rest api (v3). Please check the content you are sending with this request to the API, and if they follow the official structure: https://www.openproject.org/docs/api/endpoints/work-packages/ or else, the request would fail with a |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone |
Beta Was this translation helpful? Give feedback.
-
|
If you're asking how to use the piece of software that you found in a repository on GitHub, the best way to contact the maintainers of that software is to:
All of these documents can be found, if they exist, in the repository where you found the software itself. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Thunderbird 140
OpenProject 16.1.1
Addon to openproject via Token connected.
But after push Add Task:
Adding Task Failed...
the debugger displays the following message:
Error with request to /api/v3/work_packages:
Response { type: "basic", url: "http://192.168.0.180:5123/api/v3/work_packages", redirected: false, status: 422, ok: false, statusText: "Unprocessable Content", headers: Headers(19), body: ReadableStream, bodyUsed: false }
api_utils.js:18:25
what is wrong?
please help thank you
Beta Was this translation helpful? Give feedback.
All reactions