baron_issue_write
Update work items by creating, editing, commenting, assigning, linking, or setting iteration.
Instructions
Change a work item’s content. ops: create (title, typeRole, optional body/parentId/labels/initialRole); update (id, title and/or body — a patch, omitted fields are left alone); comment (id, body); assign (id, assignee — @me allowed); link (fromId, toId, type); set_iteration (id, iteration — @current allowed). Roles and type roles are abstract: the active policy maps them to the provider’s own states and types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| op | Yes | Which operation to perform. | |
| body | No | ||
| toId | No | ||
| type | No | ||
| title | No | ||
| fromId | No | ||
| labels | No | ||
| assignee | No | ||
| parentId | No | ||
| typeRole | No | ||
| iteration | No | ||
| initialRole | No |