Batch Assets API Introduction
This book describes the powerful batch support for creating and updating Assets inside of Lifecycle rooted at http://host/instance/api/asset
. It also supports executing Operations against multiple Assets that match search terms. It supports input in both JSON
and YAML
formats.
Notes:
- You can use https://www.json2yaml.com/ to play around with YAML to JSON and JSON to YAML
- You can also use the DHC extension by Restlet for Chrome instead of
cURL
on the command line to execute examples. See the final Helpful tools chapter for screenshots. - Currently, when a nested "child" is not really a child, such as from Epic to Story via the
Subs
relation, this API has limited support. In fact, it can only handle theSubs
relation from Epic to Story at the moment.