Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,259
Community Members
 
Community Events
184
Community Groups

Find the number of jira issues assigned to a person.

I am looking for a JQL solution only (no widgets or Jira add-ons) to find the number of jira issues assigned to a person.

I am looking for something like this:

issueFunction in aggregateExpression("Velocity", "StoryPoints.sum()")


But, I need an aggregate value of total issues assigned. Thanks for your help.

1 answer

1 accepted

0 votes
Answer accepted
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 04, 2023

@Balu All 

You can use a a filter and the following JQL assignee = UserName  this will return a full count of the issues assigned to that user.  

If you are going to be doing this often I would suggest using a dashboard to get this information.  You can use JQL to get all of the issue that are pertinent to what you are trying to do in a filter an save the filter.  Then create a dashboard to display the filter information.  A pie Chart or two dimensional gadget would work.  Then you can then just pull up the dashboard and see the assignments for all the users.

Screenshot 2023-04-04 215121.png

Thanks, Brant for your response.

Pie chart/Filter won't work because I am going to have to use a JQL in an excel macro code (via a REST call) to return "a number" as response.

 

For example, if I used this JQL -  issueFunction in aggregateExpression("Velocity", "StoryPoints.sum()"), I'd get one number as response.

Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 05, 2023

@Balu All I am suggesting that you use delivered features.  Not sure why you would need to use a function to get the issue count.  

I understand what you are saying. Thanks, I fixed my code accordingly without  a function.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events