I need to make a weekly report of the tasks and subtasks completed by me during the week. I need to generate a report like this for each board where I do tasks. Can someone help me? I tried to get the ready-made reports from Jira, but they don't look right.
I would possibly use JQL filter and use it in a JIRA dashboard.
Something on the lines of below should help (this is for weekly results):
project = "XYZ" AND assignee = currentUser() AND Status changed to "Done" AFTER -7d
Once this filter is sorted, use any preferred JIRA gadget in your dashboard and leverage that filter.
Let me know how it goes. @Bianca Miconi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.