Export Custom Field Activity

Hi There,

We have a custom field named “Status” to update the task status step by step. Now we would like to check how to obtain custom field change logs with date and time from a task. For example, sending the Task ID via API and returning the custom fields change/activity log with date and time. Please let us know if there are any ways to achieve this.

I couldn’t find the endpoints for task-level custom field activities API in the documents. Can you please share the endpoint document links with me? Or is there any other way to accomplish this, like building app widgets?

Thanks!

Welcome, @Rajkumar_Ragupathyba,

I’ve moved your request to the appropriate category to get the attention you need.

Thanks,

Larry

Hi @Rajkumar_Ragupathyba,

There’s no API functionality to get that exact data.

Changes on custom fields are in a task’s activity history, which in the API is recorded in the Story object. So you’ll want to use the Get stories from a task endpoint. You’ll get information on changes other than custom fields; you’ll have to pick out the custom field-related data in your own code.

The other thing to be aware of is that you won’t necessarily get a 100% complete audit trail, due to Asana’s story consolidation behavior.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.