Hello,
We are currently looking at a way to produce a report to pull work log against all jira users with specific timezone. For example, a report called "all North america work log", should pull some kind of timesheet report from all users with a timezone setting inside north America. Same thing for Europe and so on.
Currently we are able to build out a timesheet report and to manually insert username into the report, but we would like to 100% automate this and to leverage the individual timezone setting per user. Ideally using a JQL but so far I have not been able to find anything interesting into that direction.
Right now, we can use the api to get a user time zone. Is there any way we could create a custom report to consolidate the needed timezone and pull all user work log from these timezone along with the work log/timesheet. (https://yourjiraurl/rest/api/latest/user?username=yourusername
Thank you in advance for the support and help around this question.