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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.