Operation | HTTP Method | Description |
---|---|---|
projects/ProjectId/agiletasks | GET | Returns a list of agile tasks registered in QAComplete. |
projects/ProjectId/agiletasks | POST | Adds a new agile task to QAComplete. |
projects/ProjectId/agiletasks/{Id} | GET | Returns an agile task by its ID. |
projects/ProjectId/agiletasks/{Id} | PUT | Updates the specified agile tasks (replaces the agile tasks' contents with new contents). |
projects/ProjectId/agiletasks/{Id} | PATCH | Updates the specified agile task (updates the specified field values). |
projects/ProjectId/agiletasks/{Id} | DELETE | Deletes the specified agile task from QAComplete. |