Launch a task from an issue
Launching a task from an existing issue seeds the title and prompt from the issue and links the run back to it. It works from every interface.
Web terminal
Section titled “Web terminal”List a project’s open issues, then launch with --issue:
issues my-projectrun my-project claude --issue 42--issue <id>seeds the title/prompt from the issue and links it; a prompt after it is optional and overrides the seeded text.--model <id>optionally pins the model for the run.
Telegram / Discord
Section titled “Telegram / Discord”Send /issues (optionally /issues <project>) to open the wizard, then pick
Project → Issue → Agent → Launch with the inline buttons.
Management API
Section titled “Management API”GET /api/management/v1/workspaces/{slug}/projects/{id}/issueslists open issues. A task spec carries optional issue_id + issue_url; when
both are set they link the run to the issue (either one alone is a no-op).