Forums

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

Jira - Weekly Project Update (Synopsis Report All Projects) - One Document

Matt Hawkins January 24, 2024

Within Jira, how do I collate all projects into a single document, as a multiple project tracker? Thus providing a weekly project update, capturing the status of all projects. Therefore, to sum-up I want to gather all weekly updates into one single report for multiple projects.

2 answers

0 votes
Yuliia_Borivets_[SaaSJet]
Atlassian Partner
January 24, 2024

Hi @Matt Hawkins 

You can try JQL and get the list of all updated issues:

project in ("Project A","Project B","Project C") AND updated >= -7d

Also, if you want to get all the changes visible in a report, you can check Issue History for Jira app. My team developed it as a journal of all activities, and it is possible to choose several/all projects you have (JQL or filter).

changes in jira projects.jpg

Matt Hawkins February 21, 2024

Thank you for your reponse

0 votes
Craig Nodwell
Community Champion
January 24, 2024

Hi @Matt Hawkins welcome to the community.  You could do this via a filter, you would just simply group all your issues by project.  re: project in (a,b,c) and resolution is not EMPTY etc etc etc.

Matt Hawkins January 24, 2024

@Craig Nodwell Thanks for the 'heads-up'

Suggest an answer

Log in or Sign up to answer