Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I see the time a single user spent on an issue?

David Allyn
Contributor
April 16, 2020

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?

1 answer

0 votes
Mohamed Benziane
Community Champion
April 17, 2020

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

David Allyn
Contributor
April 17, 2020

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events