Jump to content

Log time for another user


gabgren

Recommended Posts

Hi,

 

yes, we know it's a shortcoming today but It's something we plan to add very soon. Sorry for the inconvenience. I will update this thread when I have news on this feature.

 

While we're working on enabling this from the UI, you can use the API to set logged hours on a task using

ftrack.Task.setLoggedHours ()

Cheers,

Fredrik

Link to comment
Share on other sites

Hi! thanks,

 

i've found a workaround:

my app is logged to the api with an admin user i created for (user; app)

 

when i want to log time for another user, i simply add the line :

os.environ["LOGNAME"] = "use_i_want_to_log_time_to"

before the setLoggedHours and it sets hours for this particular user !

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...