Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

Jira reporting - Number of issues closed by the user

Hi Team,

We are in search of reports to display in dashboards.
1. Number of Tickets closed by the user.
2. Number of comments added by the user.

We can get No.of tickets closed by the Particular user using advanced JQL query, but we want to display all users results in the Report instead of going and searching for each users reports.

In the webinar I heard that this will be supported by automation in the near future.
Could you please help us in this regard,Thanks in advance

Madhu

2 comments

Iago Docando
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.
Aug 21, 2020

Why has this to do with automation? Are you trying to generate a custom report and then email it to selected recipients?

If you are ok checking from a jira dashboard you could try using a bidimensional filter running a JQL like: project in (P1, P2, ... , Pn) AND StatusCategory = Done. In the x-axis group by assignee and in the y-axis group by status.

With this you can't count comments, tough. 

Hopefully this can at least help you out a bit.

Yvan Martin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 25, 2020

Hi there,

Developer from Automation here.

We recently added some support for being able to sum over some of our smart values, which could allow you to generate an email based on those values. It is possible to create a scheduled rule that runs a JQL with our lookup issues, and then attempt to sum/calculate some fields.

But I'm not sure on the way it would interact with your report, it's not a generated report or anything at this stage, but you can use it with actions such as sending an email, or setting a field.

You can learn more by checking out community article here: https://community.atlassian.com/t5/Automation-articles/New-automation-smart-values-in-Jira-Cloud/ba-p/1402775


Cheers

Comment

Log in or Sign up to comment