write_update_card
Update work item fields: name, description, tags, release, iteration, team iteration, or parent. Add or remove tags individually; set null to clear. Changes are read back and removed tags are reported.
Instructions
Update a card: name, description, tags (tags replaces the whole list; addTags/removeTags edit it), release, iteration, team iteration (null clears), parent, or other settable fields. Description: pass format markdown for Markdown. Changes are read back; removed tags are reported. For a test case, parent ADDS it to that test plan (existing plans are kept). For state, people, effort, teams and custom fields use the dedicated write_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| tags | No | ||
| fields | No | ||
| format | No | How the text is written: markdown (stored as a Targetprocess Markdown description), html (sent as-is), or text (plain lines). Default: HTML and text starting with <!--markdown--> are kept, anything else is treated as plain text, so Markdown needs format: markdown. | |
| parent | No | ||
| addTags | No | ||
| release | No | ||
| iteration | No | ||
| removeTags | No | ||
| description | No | ||
| teamIteration | No |