I need to find out the total number of hours spent by each member of my team on the issue type "tasks" for a week. Is there any way to do this or is there any plugin available if so please let me know
Hi Megha,
Our Intelligent Reports plugin can do this for you out of the box, giving a nice report with charts for either a single project or across all JIRA projects. Best of all, you can customize the format of the report in Microsoft Word, and change the data going into it with simple point and click rules to do things like restrict by task issue type, etc. Try installing it and looking at the timesheet example reports that are included with it.
Alternatively, you can extract issues' worklogs from the REST API or even from the database, depending on your skills to query one or the other. I do it via stored procedure (executed on demand) in Postgres and it works nicely.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi.
Please, look at https://bitbucket.org/amarkelov/andreymarkelov-atlas-plugins-datacollector/wiki/Home
You can try report "assignee history"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.