Create Issue
documentedCreate a new issue in the project. Note: write access is currently in private beta.
POST /api/projects/{project_id}/issuesProjectsno implementation yet0 runsNo 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://{{$account_domain}}/api/projects/{{$project_id}}/issues" \
-X POST \
-H "X-Sifter-Token: {{SIFTERAPP_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"subject": "{{$title}}", "body": "{{$description}}", "assignee_name": "{{$assignee}}", "priority_name": "{{$priority}}", "milestone_name": "{{$milestone}}", "category_name": "{{$category}}"}'