Forums

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

Summary report of overall daily activity on all projects

Jennifer.Suttles
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!
May 29, 2020

Hello all.  I'm looking for a way to create a daily report of all activity for all of the projects in my group.  Is there a simple way to get this information?  Thanks in advance.

3 answers

0 votes
Mumtaz Ahmad May 30, 2020

I use restapi to pull all tickets in which i am interested and then create dashboards as necessary. Its pretty cool and flexible way to achieve virtually anything

0 votes
Marianne Miller
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.
May 29, 2020

It would be helpful to know what information you need to know.

You can build a dashboard for your projects and add the activity stream gadget to track specific projects or project categories (if you're tracking your particular portfolio as a category)

Another option, which may be easiest would be to build a query, (which can be added to the dashboard to show all tickets updated that day)

project in (XXX, YYY, ETC) and updatedDate >= startOfDay() order by key desc

where XXX = first project, YYY = 2nd project and ETC = a placeholder for any additional projects to track, comma separated).

Save

You can then configure this filter to show the columns you want to see, in the order you want to see them.  You can add the Filter gadget onto the dashboard and select the new filter name to get a snapshot  of your info and click it anytime you need more detailed info.

Let us know what you decide to try.

 

Marianne

0 votes
Zoryana Bohutska _SaaSJet_
Atlassian Partner
May 29, 2020

Hi @Jennifer.Suttles 

You can try SQL Queries (described here https://community.atlassian.com/t5/Jira-questions/Report-of-all-active-Jira-projects-and-project-leads/qaq-p/1036567)

Also, you can try Issue History  to track all changelog automatically and in one place for different projects, sprint, filter, report, label and assignee. This add-on lets you view updates made by each user from your team.

Hope it will be useful for you

Suggest an answer

Log in or Sign up to answer