Forums

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

Create a confluence report for releases that include archived releases

Tammy Shellenberger
Contributor
November 9, 2023

I want to create a report of releases that include archived releases.  Can this be done?

 

2 answers

2 accepted

2 votes
Answer accepted
Kian Stack Mumo Systems
Community Champion
November 9, 2023

@Tammy Shellenberger, You can't generate a "version report" on a Confluence page, but you should be able to run a JQL for the issues in the archived release and embed those on a Confluence page.

1 vote
Answer accepted
Laurie Sciutti
Community Champion
November 9, 2023

Hi @Tammy Shellenberger ~ you should be able to insert the "Jira Issue/Filter" macro on a Confluence page with the following JQL (plus, include the project or projects to narrow the results):

 

fixVersion in (releasedVersions(), archivedVersions() )

 

HTH

Tammy Shellenberger
Contributor
November 10, 2023

Thank you this worked.

Like Laurie Sciutti likes this

Suggest an answer

Log in or Sign up to answer