Formatting works for comments and description
This commit is contained in:
@@ -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'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user