You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
Very similarly to this question from 2014, I was wondering if (5 years later) there is a good way to do so, hopefully without using expensive add ons.
Our requirement: Display in Confluence (Cloud) the same information displayed in the Project Releases (Versions) page in JIRA (also Cloud) including a list of versions and for each version Status, Progress, Start & Release date, and Description.
I noticed the JIRA Roadmap plugin partially does this (it shows a list of versions, release date and status), just not as aesthetically pleasing.
Thanks!
I ended up building it myself using tools from Stiltsoft.
Each line is a different milestone, using Story Points in that milestone, showing the statusCategory.
Hi @Dave Collins ,
We are glad that our Table Filter and Charts for Confluence app helps you with everyday routine work and reports.
Thanks for sharing the case!
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.
You can do this by using the Jira macro in Confluence. (See Atlassian's documentation here)
You can use the macro, and type in something like this for the Jira query:
fixVersion = "Release 1.0"
This will generate a table like this on your Confluence page that auto updates every few hours as Jira stories are updated.
You can control the columns displayed by editing them in the macro's display options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Daniela. for the comprehensive response
This would display a list of issues for a version (very useful for sure), but not a list of versions and their status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah I understand what you're looking for now. I tried out the Roadmap plugin, since we have that installed. It does give you a list of all releases and their status and number of issues resolved. Like you said, it's not pretty, but it is an easy way to get that data into confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep I think it's the only way to do this, without add ons, at least on Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Potential solution here would be to use a release ticket with a due date on it to display the different versions and their dates.
But then you'd still need to update the due date on the ticket separately from the release itself.
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.