Forums

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

filter to calculate TOTAL estimated effort on multiple tickets

Andrei Ciurdar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 28, 2020

Hello all! I want to ask you a question about JIRA advanced filters: How can it be written a filter in JIRA to:

1. check all tickets from a project from a started date AND

2. To calculate estimated effort on each found ticket AND

3. To be displaied the TOTAL sum of estimated effort starting with a date that the manager wants

 

1 answer

0 votes
Sajit Nair
Community Champion
April 28, 2020

Hi @Andrei Ciurdar ,

welcome to the community.

1) go to JQL/Filters section and click on advanced and write following query - 

project = XYZ and createddate = start of month()
[or whatever date you need]

 

2) Click on the columns at the right side of the table and add a column called "Time spent".

This will give you the charged time, on the tickets.

 

3) Use a gadget called "timesheets" and use it to display information on a gadget/dashboard. 
you can share this with your manager for reporting too.

Cheers.
Let us know if this helps.

Suggest an answer

Log in or Sign up to answer