write_resource
Update the markdown body of an existing task or epic by replacing, inserting, or appending content.
Instructions
Edit the markdown body of an existing task or epic. All entity creation goes through backlog_create.
The
appendcommand will add content to the end of the body, automatically adding a newline if needed. Notes for using thestr_replacecommand:The
old_strparameter should match EXACTLY one or more consecutive lines from the original body. Be mindful of whitespaces!If the
old_strparameter is not unique in the body, the replacement will not be performed. Include enough context to make it unique.The
new_strparameter should contain the edited lines that should replace theold_str
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task or epic ID, e.g. TASK-0001 or EPIC-0002 | |
| operation | Yes | Operation to apply to the body |