ginko assign
ginko assign <taskId> <email> [options]Description
Section titled “Description”Assigns tasks to team members by email. Supports bulk assignment for entire sprints.
Options
Section titled “Options”| Flag | Description |
|---|---|
-s, --sprint <sprintId> | Sprint ID for bulk assignment |
-a, --all | Assign all tasks in sprint |
--no-update-markdown | Skip updating sprint markdown file |
Examples
Section titled “Examples”# Assign a single taskginko assign e008_s04_t01 dev@example.com
# Assign all tasks in a sprintginko assign --sprint e008_s04 --all dev@example.com
# Skip markdown updateginko assign e008_s04_t01 dev@example.com --no-update-markdownRelated Commands
Section titled “Related Commands”- ginko task — View task details
- ginko invite — Invite team members first