Scenario: Import a Scope (Project), several Epics with multiple Stories that each have a child Task and Test
If you are pulling in data from another system or via an automated process, it helps when your target system lets you import a lot of data in a single command. In the following scenario, we demonstrate create a large group of related Assets:
- A new Scope (Project)
- Three Epics belonging to that Scope
- Five Stories belonging to each of the three Epics
- A single Task and a single Test belonging to each of the five Stories
As a result, the command produces 49 new Assets from a single HTTP request.
We also walk through utilizing the endpoint and its sub-routes to do a full suite of end-to-end Asset manipulation:
- Move all Stories into a Timebox (Iteration)
- Update all Stories in a Timebox to the Done status
- Execute the
QuickClose
Operation on all the Story, Task, and Test Assets - Execute the
Reactivate
Operation on all the Story, Task, and Test Assets (in prep for Delete) - Execute the
Delete
Operation on all the Task, Test, Story, Epic, and Scope Assets