plugins_sync
Sync external items from plugin sources into active projects. Import issues from repositories as tasks, with labels auto-mapping to task properties. Operation is idempotent to avoid duplicates.
Instructions
Sync external items from a plugin source into the active project.
Imports issues from the specified repository as kagan tasks.
Labels like priority:high and kagan:auto on GitHub issues
auto-map to task properties. Operation is idempotent — previously
synced issues are skipped.
Args: plugin: Plugin to sync (e.g. "github"). Use plugins_preflight to list available. repo: Repository in owner/repo format (e.g. "octocat/hello-world"). state: Issue state filter — "open", "closed", or "all". import_label: Only sync issues with this label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes | ||
| repo | Yes | ||
| state | No | open | |
| import_label | No |