Skip to content

Overview

Work item pages create links between work items and wiki pages so related documentation stays close to execution.

Learn more about Work Items

Attributes

  • id string

    Id.

  • page object

    Lightweight page serializer for work item page links.

Provides essential page information including identifiers, name, timestamps, and visual properties for work item page associations.

  • issue string

    Issue.

  • project string

    Project.

  • workspace string

    Workspace.

  • created_at string

    Created at.

  • updated_at string

    Updated at.

  • created_by string

    Created by.

Response200
json
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "page": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Example Name",
    "description_html": "<p>Example content</p>",
    "created_at": "2024-01-01T00:00:00Z",
    "updated_at": "2024-01-01T00:00:00Z",
    "created_by": "550e8400-e29b-41d4-a716-446655440000",
    "is_global": false,
    "logo_props": {}
  },
  "issue": "550e8400-e29b-41d4-a716-446655440000",
  "project": "550e8400-e29b-41d4-a716-446655440000",
  "workspace": "550e8400-e29b-41d4-a716-446655440000",
  "created_at": "2024-01-01T00:00:00Z",
  "updated_at": "2024-01-01T00:00:00Z",
  "created_by": "550e8400-e29b-41d4-a716-446655440000"
}