Content
You are here:
Create Work packages through API
Added by Nibin Jose about 5 years ago
Hi everyone,
This is my first post on your forum.
I have been testing OpenProject API v3. So I created a project(id : my-new-project) via command line.
But i want create some work packages like bug and user stories to my project through API, Is it possible?
I m using python request and curl for the operation, if it possible what will be the body of the request.
Thanks in advance.
Replies (1)
I figured it out how to do that but one more doubt I have regarding adding a user to a project through api.
how can I achieve that one ?