Formatting works for comments and description

This commit is contained in:
2018-03-07 09:43:21 -08:00
parent 0ae283604a
commit 4aa059d9e6
4 changed files with 61 additions and 22 deletions

View File

@@ -4,6 +4,7 @@ class AsanaService(object):
TASK_FIELDS = [
'name',
'html_notes',
'notes',
'assignee.name',
'assignee_status',
'completed',
@@ -26,6 +27,7 @@ class AsanaService(object):
STORY_FIELDS = [
'created_by.name',
'html_text',
'text',
'type'
]