Project

General

Profile

Actions

Feature #7404

closed

REST API additions

Added by Chris Bissell over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-01-21
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

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.

Actions #1

Updated by Andreas Saebjoernsen over 13 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?

Actions #2

Updated by Toshi MARUYAMA over 13 years ago

  • Category set to REST API
Actions #3

Updated by Jean-Philippe Lang about 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

Actions

Also available in: Atom PDF