Name | Type | Description | Notes |
---|---|---|---|
id | int | ||
document_key | str | ||
global_id | str | ||
project | int | ID of a project | |
item_type | int | ID of an item type | |
created_date | datetime | ||
modified_date | datetime | ||
last_activity_date | datetime | ||
created_by | int | ID of a user | |
modified_by | int | ID of a user | |
resources | {str: (AllowedResource,)} | A set of resources and allowed permissions | |
fields | {str: (bool, date, datetime, dict, float, int, list, str, none_type,)} | A map of field names to field values e.g. {"name":"Sample Item", "status": 292, "release": 2, "assigned": 23} | |
archived | bool | ||
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |