gabgren Posted March 7, 2014 Report Posted March 7, 2014 Hi ! Why isn't it possible to add a time report for another user on a task ?
Fredrik Limsater Posted March 8, 2014 Report Posted March 8, 2014 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 usingftrack.Task.setLoggedHours ()Cheers,Fredrik
gabgren Posted March 10, 2014 Author Report Posted March 10, 2014 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 !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.