Name | Type | Description | Notes |
---|---|---|---|
project_key | str | Not Required if isFolder is true | |
fields | {str: (bool, date, datetime, dict, float, int, list, str, none_type,)} | A map of field names to field values e.g. {"name":"Sample Project", "status": 292, "release": 2, "projectManager": 23} | |
is_folder | bool | [optional] | |
parent | int | parent project | [optional] |
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] |