Import tasks
import_tasksImport a backlog from raw text into a board using markdown, CSV, or JSON. Use dryRun to preview tasks without saving.
Instructions
Import a backlog from raw text into a board. Accepts a markdown checklist (- [ ] Title: desc), CSV (with a header row: title, description, product, priority, type, due, labels, status), or a JSON array/object ({features:[…], bugs:[…]} or a flat array). Format is auto-detected. Set dryRun to preview the parsed tasks without writing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Parse and return the tasks without creating them. | |
| format | No | auto | |
| content | Yes | Raw backlog: markdown checklist, CSV (with header), or JSON. | |
| project | Yes | ||
| defaultType | No | Type for rows that don't specify one. | feature |