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.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.