Dear all,
i need a report where the worked hours of one single user (or user group) per week (or another defined period) are summed up per epic (or component).
Unfortunately the timesheet report lists only on issue level und does not sum up according to any issue attributes. The only way i actually know is to export this report into Excel and add some formulas, but this is not very smart...
Any ideas what to do?
THX & regards,
Hans-Hermann
Since Reports are static (in the sense that they only let you change certain items, if that much) and adding a custom report is a restricted function in OnDemand (as it would be a custom plugin), your best bet would be to use the JIRA REST API to grab the worklog data for each epic/user/etc and then parse the output accordingly.
If you're inclined to whip-up a script, we have a python client already available to speed that process.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.