Export Work Items
sdd_export_work_itemsTransforms TASKS.md into structured work items for GitHub, Jira, or Azure Boards. Preserves task traceability and handles subtasks.
Instructions
Transforms TASKS.md into platform-specific work item payloads: GitHub Issues {title, body, labels}, Jira {fields: {project.key, summary, description, issuetype}} (project_key required), or Azure Boards {work_item_type, fields: System.Title/System.Description/System.AreaPath/System.IterationPath}. Honors include_subtasks and preserves REQ/task traceability in every shape. Returns routing_instructions for the AI client to create items via the appropriate MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Target platform for work item export | |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| area_path | No | Azure DevOps area path (optional for Azure Boards) | |
| project_key | No | Jira project key (required for Jira platform) | |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| iteration_path | No | Azure DevOps iteration path (optional for Azure Boards) | |
| include_subtasks | No | Include subtasks for each top-level work item |