Add support for subtasks

This commit is contained in:
2017-12-11 22:28:04 -08:00
parent 7513035003
commit 4cb283b890
6 changed files with 58 additions and 33 deletions

View File

@@ -19,6 +19,8 @@ class AsanaService(object):
'custom_fields.text_value',
'custom_fields.number_value',
'custom_fields.enum_value.name',
'subtasks.completed',
'subtasks.name',
]
def __init__(self, client):