We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac71b commit 176471fCopy full SHA for 176471f
polarion_rest_api_client/data_models.py
@@ -67,8 +67,8 @@ class WorkItem(BaseItem):
67
description: str | None = None
68
additional_attributes: dict[str, t.Any] = {}
69
linked_work_items: list[WorkItemLink] = []
70
- linked_work_items_truncated: bool = False
71
attachments: list[WorkItemAttachment] = []
+ linked_work_items_truncated: bool = False
72
attachments_truncated: bool = False
73
74
def __init__(
0 commit comments