changedOutput schema / description
Previous value: -"Full work-item details returned by ``get_work_item``.\n\nExtends ``WorkItemSummary`` with the description, project context,\nand detail-only metadata (authorship, resolution, severity, outline\nposition, external hyperlinks).\n\n``description_html`` is the round-trip pair for\n``update_work_item(description_html=...)`` and must never pass through\na Markdown converter or sanitizer — doing so strips Polarion-specific\nspans and breaks the round-trip. ``custom_fields`` keeps rich-text\nvalues as ``{'type': 'text/html', 'value': '<...>'}`` dicts so the\nshape round-trips back unchanged."New value: +"Full work-item details returned by ``get_work_item``."
removedOutput schema / properties / assignee_ids / description
Removed value: -"Short user IDs of assignees; empty list when unassigned."
removedOutput schema / properties / author_id / description
Removed value: -"Short user ID of the author; empty when unreported."
removedOutput schema / properties / created / description
Removed value: -"ISO-8601 creation timestamp; empty when unreported."
removedOutput schema / properties / custom_fields / description
Removed value: -"Project-defined custom fields keyed by field ID."
removedOutput schema / properties / description_html / description
Removed value: -"Raw Polarion HTML body; empty unless the read flag was True."
removedOutput schema / properties / document_name / description
Removed value: -"Containing document name; empty when free-floating."
removedOutput schema / properties / hyperlinks / description
Removed value: -"External hyperlinks attached to this work item."
removedOutput schema / properties / hyperlinks / items / properties / role / description
Removed value: -"Hyperlink role id (e.g. 'ref_ext')."
removedOutput schema / properties / hyperlinks / items / properties / title / description
Removed value: -"Human-readable link title; empty when unset."
removedOutput schema / properties / hyperlinks / items / properties / uri / description
Removed value: -"Target URI of the hyperlink."
removedOutput schema / properties / id / description
Removed value: -"Work Item ID (e.g. 'MCPT-001')."
removedOutput schema / properties / outline_number / description
Removed value: -"Hierarchical position (e.g. '1.2.3'); empty outside a document."
removedOutput schema / properties / priority / description
Removed value: -"Priority value as a string (e.g. '90.0'); empty when unset."
removedOutput schema / properties / project_id / description
Removed value: -"Project that contains this work item."
removedOutput schema / properties / resolution / description
Removed value: -"Resolution outcome (e.g. 'fixed'); empty when unresolved."
removedOutput schema / properties / severity / description
Removed value: -"Severity classification (e.g. 'critical'); empty for non-defects."
removedOutput schema / properties / space_id / description
Removed value: -"Containing document's space; empty when free-floating."
removedOutput schema / properties / status / description
Removed value: -"Workflow status (e.g. 'draft', 'approved')."
removedOutput schema / properties / title / description
Removed value: -"Work Item title."
removedOutput schema / properties / type / description
Removed value: -"Work Item type (e.g. 'requirement', 'testCase')."
removedOutput schema / properties / updated / description
Removed value: -"ISO-8601 last-modified timestamp; empty when unreported."