asana_task_section_changes
A record of when tasks changed between sections.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Asana ID of the section change.
-
task_id
Foreign key - ID of the task.
-
text
string - Section changes are interpreted from story text. This row contains the raw story text.
-
start_section_id
Foreign key - ID of the starting section.
-
finish_section_id
Foreign key - ID of the finishing section.
-
created_at
date - Timestamp when the section change ocurred.