Forums

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

Total tasks the user performed in sprint

Raphael Fontes
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!
February 26, 2019

Is possible know the total of tasks that the users made in sprint.
Ex:
The user working in 10 task in sprint.

1 answer

1 accepted

2 votes
Answer accepted
Merle Fischer
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.
February 26, 2019

Hi Raphael, you could do something like this:

go to Search for issues switch to Advanced search and enter a JQL like this:

Sprint = NameOfDesiredSprint AND Assignee was in (CurrentUser()) AND Resolution != EMPTY

Assuming that you want to include all issues that were assigned to a spcific user, even if they were not the one closing it. Otherwise you could set Assignee = CurrentUser()

Also you can obviously swap CurrentUser() to a spcific user name to find out how many issues that would generate for a spcific user. Jira then gives you a list of issues that fit your JQL Query and at the bottom of the list it will show the number of tasks this query fits with.

Sprint = NameOfDesiredSprint AND Assignee = UserName gives you a list of all tasks assigned to a spcific user in a specific sprint regardless of whether they were completed.

Is that kind of in the direction you were looking for?

Cheers Merle

Raphael Fontes
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!
February 27, 2019

that's exactly it!!!

Thank you.

 

Another question, is it possible to filter with the time users have worked?


Ex: In the task more than one user can work, such as only taking the time each user worked. Under Activities there is the fieldwork record that shows this.

Merle Fischer
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.
February 27, 2019

Hi @Raphael Fontes ,

if I understand you correctly what you are after is a bit more tricky out of the box, there is a somehwat longish community thread on this subject: https://community.atlassian.com/t5/Jira-questions/How-can-I-generate-a-report-of-time-logged-per-person-and-not/qaq-p/3093

There is also a thread that has more useful jql in it for you I believe: https://community.atlassian.com/t5/Jira-questions/Time-spent-Work-logged-by-CurrentUser/qaq-p/526377

depending on what you want to do and I am assuming you want to report on the data such as , User A worked XY amount of times on project Z in sprint 5 while User B worked W amount of hours correct?

Time Tracking Report could potentially help you out a little bit,  but I am not sure.

Cheers

Merle

Like Drishti Maharaj likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events