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

Automation to provide the totals for all status's in a project

Paul Casillas
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 12, 2024

I'm trying to create and automated report that communicates daily on:

  • Numbers of issues in project
  • Numbers of issues in To Do, In Progress & Done status
  • Numbers of issues with a particular custom field value 

I'm clear on the timing function although the constraint of executing JQL in the initial timing step is bothersome. I only want one posting every day. Not one for each issue 

2 answers

4 votes
Nic Brough -Adaptavist-
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 12, 2024

Welcome to the Atlassian Community!

This is something you should probably do on a dashboard, not by sending a report via email - the email could be out of date within seconds of being sent. 

A dashboard with three gadgets (probably all using the same filter for "Project = X") would tell your people the current answers as soon as they opened it (or refreshed it) and wouldn't need any coding or much effort to create.  Each gadget would just need different "group by" settings - Project, Status, and custom field.

0 votes
Bill Sheboy
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 12, 2024

Hi @Paul Casillas 

What problem are you trying to solve by doing this?  Knowing that may reveal other solution approaches.  Thanks!

Until we know that...You could do exactly what you asked in several ways:

  • with saved JQL filters and subscriptions to receive emails, 
  • with an automation rule and a scheduled trigger
    • This could only show a maximum of 100 issues in any status using things like the Lookup Issues action
    • To show / count more than 100 issues, the rule would need to call the REST API function for a JQL search, and look at the total count (even though only <= 100 issues could be returned)
  • with marketplace addons
  • etc.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events