assign_task
Create a new task and assign it to one or more team members, setting priority, tags, and related branches to track work in your team task system.
Instructions
Create a new task and assign it to one or more team members
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags like feature, bug, frontend, backend | |
| title | Yes | Task title | |
| source | No | Path to related design doc or plan | |
| branches | No | Related branch names | |
| priority | No | Task priority | |
| assignees | Yes | Team member handles to assign to | |
| description | No | Task description |