Hi dear support,
Please help me to make a report that shows all resolved tasks with DONE status within entire project's history.
Regards,
Pavel Fedorov
What is the criteria for a resolved task? i assume you are using the resolution field for this.
Use Jql (search>search for issues)to search for resolved tasks like this
project= XX and status=Done and resolution= resolved order by created
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.