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

1 vote
Answer accepted
Mariana_Pryshliak_Saasjet
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
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

Suggest an answer

Log in or Sign up to answer