Create a cycle scoped to an initiative (PT-774)
POST/api/initiatives/:id/cycles
Create a cycle scoped to an initiative (PT-774). It accepts tasks from any project whose epic chain is tagged to that initiative (born planned; activate / complete / archive it through the sibling item routes below). Requires tasks.create against the initiative.
Request
Responses
- 201
- 400
- 401
- 403
- 409
Successful response
Validation error (request body)
Unauthorized — authentication credentials are missing or invalid
Forbidden — the initiative is inaccessible or unknown, its id is malformed, the caller lacks the required permission, or the x-act-as-org selector named a non-member org. All collapse to 403 (no existence oracle).
Sequence conflict — an explicit sequence already exists in the initiative, or (when sequence is omitted) server allocation could not find a free value: a persistent concurrent collision, or the per-initiative sequence range is exhausted at INT4_MAX