Name | Type | Description | Notes |
---|---|---|---|
id | int | ||
project_key | str | ||
parent | int | ID of a project | |
is_folder | bool | ||
created_date | datetime | ||
modified_date | datetime | ||
created_by | int | ID of a user | |
modified_by | int | ID of a user | |
fields | {str: (bool, date, datetime, dict, float, int, list, str, none_type,)} | ||
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] |