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

Changes

Changed in 1 of the 3 revisions of this API.11

  • df0d980eb1e311See the full diff
    • added ParentRef to the items/items/parent request property allOf list

      request-property-all-of-added

    • removed EntityId from the items/items/parent request property allOf list

      request-property-all-of-removed