Sign in

Create issue

documented

Create a new issue (risk) for a goal.

POST /api/v2/issuesIssuesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$cascade_instance}}.executestrategy.net/api/v2/issues" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"title": "{{$title}}", "description": "{{$description}}", "type": "{{$type}}", "status": "{{$status}}", "priority": "{{$priority}}", "assignee_id": "{{$assignee_id}}", "project_id": "{{$project_id}}", "due_date": "{{$due_date}}"}'
Create issue · cascade · OpenIntegrations