worklogAuthor = currentUser() AND worklogDate >= -7d ORDER BY updated DESC
shows all issues a user has logged time to in the last 7 days. However the "Time Spent" field references the *total* time all users have spent on the issue.
Are there fields (either system or custom) that will aggregate the time this specific user has spent on the issue?
Hello @David Allyn
It seems that is not possible out of the box, lot of thread send to add-on. If you can't or don't want to buy one, i will suggest to use some script (my preference is python).
You will be able to extract all the data you need and put them in csv for example.
Hope this helps
Thank you - I've already written a "Jira Dataframes" module in Python that breaks the JSON block down to relational datasets - and have a Tableau report that I've built that shows me the single user's time spent.
However, that doesn't help my users manage their own time in Jira - in real time. There is no feedback mechanism for them (or management) to see user contribution to an issue.
This surprises me, as it is one of the core functions of managing a time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.