Hi,
When cards status changed from yet to work to any other status, the changes are not reflected on the status receiving from sending request through API playground (eg: last_changed). Even though status is changed for many task the changed_at field in status key is showing null.
{
"id": "4*5*4*5*4*",
"name": "Collection Banner",
"created_at": "2023-02-27T20:21:03Z",
"column_values": [
{
"title": "Planned Effort",
"value": "\\"1\\"",
"text": "1"
},
{
"title": "Status",
"value": "{\\"index\\":9,\\"post_id\\":null,\\"changed_at\\":null}",
"text": "Delivered"
},
{
"title": "Timeline",
"value": "{\\"to\\":\\"2023-03-15\\",\\"from\\":\\"2023-03-14\\",\\"changed_at\\":\\"2023-03-14T13:50:43.111Z\\"}",
"text": "2023-03-14 - 2023-03-15"
},
{
"title": "Preview Link",
"value": "\\"NA\\"",
"text": "NA"
},
{
"title": "AM",
"value": "{\\"changed_at\\":\\"2023-03-03T11:44:59.334Z\\",\\"personsAndTeams\\":[{\\"id\\":2*4*5*8*,\\"kind\\":\\"person\\"}]}",
"text": "Aliva P"
},
{
"title": "POC",
"value": null,
"text": ""
},
{
"title": "Dev",
"value": "{\\"changed_at\\":\\"2023-03-14T13:54:30.441Z\\",\\"personsAndTeams\\":[{\\"id\\":2*2*7*6*,\\"kind\\":\\"person\\"}]}",
"text": "Meenakhi Panigrahy"
},
{
"title": "Time Tracking",
"value": "{\\"running\\":false,\\"duration\\":2664,\\"startDate\\":1678769855,\\"changed_at\\":\\"2023-03-14T05:41:59.124Z\\",\\"additional_value\\":[{\\"id\\":3*5*8*2*1,\\"account_id\\":1*07**93,\\"project_id\\":4*5*4*5*4*,\\"column_id\\":\\"time_tracking\\",\\"started_user_id\\":2*2*7*6*,\\"ended_user_id\\":2*2*7*6*,\\"started_at\\":\\"2023-03-14T04:57:35Z\\",\\"ended_at\\":\\"2023-03-14T05:41:59Z\\",\\"manually_entered_start_time\\":false,\\"manually_entered_end_time\\":false,\\"manually_entered_start_date\\":false,\\"manually_entered_end_date\\":false,\\"created_at\\":\\"2023-03-14T04:57:35Z\\",\\"updated_at\\":\\"2023-03-14T05:41:59Z\\",\\"status\\":\\"active\\"}]}",
"text": "00:44:24"
}
]
}
In above response it clearly showing that the status of the task is change to Delivered from Yet to start. But the changed_at key in status key is showing null.