Hi All, checking if there are bulk time logging options (importing from an excel, etc.) available for self and delegated users in the team in Tempo. That way i don't have to log individual items in web interface. Thanks!
Hi @Rohit Singh ,
I know you can manage existing worklogs in bulk > see official docs: Managing Worklogs in Bulk
As for actually logging time in bulk, I don't think there is a native/UI-friendly way. You can log time in bulk based on planned activities > see this example, but importing stuff from CSV could be a bit tricky.
You can definitely use REST API - POST Create Worklog but that usually implies that you'd build some kind of custom solution/script that would do so, potentially based on a data source that could be a file, such as Excel 🧑💻
Now, it would be good to hear if anyone has built or found any other solution for this 👀
Cheers,
Tobi
Hi @Rohit Singh
Tempo doesn't offer bulk time logging with the GUI options.
Also CSV and API options are tricky, as per work-log the issue id, and user account Id is mandatory to be specified.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Rohit Singh
bulk edit existing worklogs = yes
bulk create/import worklogs from Excel = not natively in the UI, API/custom route instead
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.