Forums

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

Report of tasks and subtasks completed per week, per person

Bianca Miconi
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!
January 25, 2024

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.

1 answer

0 votes
Ankush Bora
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 25, 2024

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 

Suggest an answer

Log in or Sign up to answer