See my work log in jira
We are using the Timesheet Reports and Gadgets Add-On for JIRA. It's available on the Atlassian Marketplace under a BSD licence, but it's not free.
On our JIRA 5.0.x server, it was accessible from the Projects tab > Summary page > Reports drop-down list > Time Sheet Report item.
After upgrading to JIRA 6.x, it was accessible from Projects tab > Summary page > Reports section heading > Time Sheet Report.
One tip for the timesheet report is that you don't need to give a beginning and end date for the report: it defaults to the past week. So you can bookmark the report and come back later for a report of the last week.
One of the free option available is to use the browser extension named Jira Assistant available in below url. This extension has lot more useful features which not only helps to generate report, but also help to log your work on daily basis with notifications, calendar integrations and lot more cool features which helps both managers and team members in their daily activity:
For Chrome users: https://chrome.google.com/webstore/detail/jira-assistant/momjbjbjpbcbnepbgkkiaofkgimihbii?src=sof
For Firefox users: https://addons.mozilla.org/en-US/firefox/addon/jira-assistant/
If you use atlassian, select your project, then go to the left toolbar and click diagram and select this report:
There is no build in good way to achieve it but the maximum you can take with build in functionalities is following.
Options 1:
Create filter like following JQL:
worklogDate > startofWeek(-1w) AND worklogAuthor = john.smith
Then using worklog "Pie Chart" widget to sum. It is available for standard Dashboard. In "maximized" view it gives table with the numbers. It allows breaking by certain criteria. Then for each user you will need a widget on a dashboard to track which is not convenient.
Options 2: Use filter like given above to create Agile board and leverage "TimeTrackingReport" or "WorkLog" reports. Please bear in mind that Worklog report can be narrowed by User but does not give much flexibility
Hope this helps!