Import tasks
import_tasksImport backlog tasks from raw text (markdown, CSV, or JSON) into a board. Auto-detects format and supports preview before writing.
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-pm" maps Linear/Jira CSV exports (statuses, priorities, labels, refs). | 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 |