Export Work Items
sdd_export_work_itemsTransforms TASKS.md specifications into ready-to-create work items for GitHub Issues, Azure Boards, or Jira, with routing instructions for automated creation.
Instructions
Transforms TASKS.md into platform-specific work item payloads (GitHub Issues, Azure Boards, or Jira). 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 | |
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| include_subtasks | No | Include subtasks for each top-level work item | |
| project_key | No | Jira project key (required for Jira platform) | |
| area_path | No | Azure DevOps area path (optional for Azure Boards) | |
| iteration_path | No | Azure DevOps iteration path (optional for Azure Boards) |