Overview
Work item pages create links between work items and wiki pages so related documentation stays close to execution.
The Work Item Page Link Object
Attributes
idstringId.
pageobjectLightweight page serializer for work item page links.
Provides essential page information including identifiers, name, timestamps, and visual properties for work item page associations.
issuestringIssue.
projectstringProject.
workspacestringWorkspace.
created_atstringCreated at.
updated_atstringUpdated at.
created_bystringCreated 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"
}
