The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

MY SQL query to extract time spent on ticket

neeta_dubey
August 31, 2020

Hi All,

We have JIRA 8.5.1 and would like to know if there is a my sql query to extract time spent by each user on a particular ticket?

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Mariana_Pryshliak_Saasjet
Atlassian Partner
August 31, 2020

Hello @neeta_dubey 

Here is a short guide what you should do:

- Go to your issue navigator > Select List view > Add the columns you want for your view (Time tracking fields, assignee, Sprints, etc)

- Then, add the following query to in the filter bar (Advanced mode):

ORDER BY assignee ASC, sprint ASC

Your issues will be ordered by its assignee and by their Sprints.

 

Hope it helps

Best regards, Mariana