Jump to content

Using event listener to see if user has been added or removed from a task


mark

Recommended Posts

Hi,

I've been following the latest api overview regarding event handling and I'm trying to see if a task assignment has changed for a particular user.

Currently I have it working so that I can see if I task assignment is update but I don't really understand how to find out which user was changed.

Is there a way to query a particular task to see what user was changed?

 

Thanks!

-Mark

Link to comment
Share on other sites

Hi Mark,

when you update the user of a task, there are 2 steps: remove the current user, add a new user. This means there are 2 updates.

I think Ftrack doesn't keep the history. It just update the database. 

If you really need to know who was assigned before to a task, you can create a dict based on the event listener.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...