Feature #7404
closedREST API additions
0%
Description
I'm creating an interface that auto creates projects and tasks for specific orders. Essentially an order management system. A few things that would be nice to be able to set in the API:
Be able to create a sub project inside another project.
Be able to create milestones for a project.
Be able to edit and set custom fields
Be able to edit/create task relationships
Looking at the code examples I didn't see how to do those things, please correct me if I'm wrong.
Updated by Andreas Saebjoernsen almost 14 years ago
I am also missing these features. I am working on a project that automatically updates part of the state of the issue tracker to keep it consistent with the state of the master branch of a repository, and these are the features that are holding us back the most. Is there any plans to implement this?
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Be able to create a sub project inside another project.
Can be done using the parent_id
attribute when creating the subproject.
Be able to create milestones for a project.
See #7403
Be able to edit and set custom fields
Can be done. See an example here: Rest_api_with_curl
Be able to edit/create task relationships
See #7366