Skip to content
Select themeSelect language

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.

List a project’s open issues, then launch with --issue:

issues my-project
run 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.

Send /issues (optionally /issues <project>) to open the wizard, then pick Project → Issue → Agent → Launch with the inline buttons.

GET /api/management/v1/workspaces/{slug}/projects/{id}/issues

lists 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).