capture_backlog
Captures a GitHub Issue or Pull Request URL into an authorized Project and sets its Status to Backlog. Returns no_change if already in Backlog; requires add and update_status permissions.
Instructions
Capture an existing GitHub Issue or Pull Request URL into one authorized Project and ensure its Status is exactly 'Backlog'. If already captured in Backlog, returns no_change. Requires both item.add and item.update_status permissions before any mutation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| owner | Yes | ||
| number | Yes |