hi, there!
How to find out how much time is spent for a period?
I found setting of time which i spent for only one task
Where is it (spent for a period)?
thnks
Hi Mike, welcome to the Community. I’m not sure what you mean by “period”. Do you mean like monthly/quarterly etc? There is the ability to construct JQL filters based upon various time factors, e.g.
project = abc and assignee = currentuser() and resolutiondate >= startofmonth() and resolutiondate <= endOfMonth()
this will return all issues for the user logged in and running the query for project abc. Now it will not sum up the time spent.
If you are wanting a summation you will need to consider an addon or a free option is to leverage the Jira plugin for excel that allows you to run a query from excel and display the results then use excel to sum.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.