I need to show the auditors a list of issued that have logged hours by my developers.
What column can I use in Search should I use to be able to export to excel?
This is my JQL
project in (TURBO, TIMELOG) AND worklogAuthor in (Gantcheva, LapadatA, Fosticd) AND worklogDate >= 2015-01-01 AND worklogDate < 2016-01-01 AND issuetype in (Story, "Test Task")
Thanks.
You need to add the Time Spent column/field.
Hi Peter,
This is not returning what I need.
I need to report on the number of hours per user.
This is my query: project not in (TURBO, TIMELOG) AND worklogAuthor in (BoustanyJ) AND worklogDate >= 2015-01-01 AND worklogDate < 2016-01-01 AND issuetype in (Story, "Test Task", "Estimate Requests/Design", "Application Support", bug, Documentation, "DB Schema", "Hot Fix", "Service Request", Task)
For example in issue Acct-314, shows Time Spent as 6 hours and sum Time Spent as 3 days, 4 hours, but when I look at the Work Log tab in the issue, it shows that user Jade logged only 3 hours, not 6. There are 3 hours logged by another user.
Is there a better query I should use to filter only the time logged by specific users?
Thank you,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not aware of other built-in ways to get this type of report.
Unless you are using plugins like Tempo for improved time management or eazyBI for improved reporting this isn't that simple.
However, if you are using Script Runner, which most are, you can use this JQL and most probably tweak it to your needs (join it with your current JQL):
issueFunction in workLogged('by user')
See more options here: https://scriptrunner.adaptavist.com/4.3.0/jira/jql-functions.html#_worklogged
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.