write_create
Create new entities in Targetprocess with validation and nested children support. Use for any resource type when you need to add records with custom fields.
Instructions
Create an entity of any resource that supports create (layer 1), validated against the catalog before sending. Nested children may be included, e.g. {"Name":"Story","Project":{"Id":2},"Tasks":{"Items":[{"Name":"T1"}]}}. Never include Id. Custom fields go in "CustomFields":[{"Name","Value"}]. Prefer write_create_card for cards: it applies the team rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Entity fields as Targetprocess JSON, e.g. {"Name":"x","Project":{"Id":2}} | |
| resource | Yes | Resource name (UserStory) or plural path (UserStories); see read_meta |