v2

latestOpenAPI 3.0.0Terms and conditions2026-08-064293107.7 KB
Work Items and OKRs

Bulk-create work items (workspace / portfolio / OKR) in one call. Accepts an array of the same payload as POST /item plus a shared options envelope. Partial-success: each item is validated/resolved and written independently; failures are isolated and reported per item (keyed by request index) so the caller can retry only the failures. Max 100 items.

post/items

Request body

Example request

{
  "items": [
    {
      "assignee": {
        "team": "Team A",
        "user": "a@b.com"
      }
    }
  ]
}

Response

Per-item results