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.
Hello,
I create release notes pages from template (env - cloud).
Those contain a few (between 3 and 7) JIRA macros. I'd like to fill it automatically once I provide the version number (ideally under the variable $version). Is it possible somehow? Do you have such function (using confluence variables in JIRA macros) on your roadmap? Doing it from some Wizzaird level would be also fine.
Also, it would be great to include such info (version) in the page name.
On the attached screenshot you can see: what's the current state -> what's the goal:
Hi @lukasz_switaj ,
There's no way of doing so natively.
On Server instances, there's a workaround by using the Confluence Source Editor free app, as it allows to search & replace the fixVersion value.
On Cloud instances, I've just seen this Source Editor for Confluence app, which seems to be quite similar to its Server counterparty, but I've not tried it yet.
Hope it helps.
Thanks for the response, Ignacio.
Do you think that in such a case the free option doesn't exist? (cloud)
Maybe there is an alternative way of doing that. Writing own macro, or sth like that? Do you have some ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome, @lukasz_switaj :)
I'm afraid there's no free version of that addon for Confluence Cloud, and I do not know of any other alternatives.
I think this kind of goal would require to develop your own Confluence Cloud app for getting something like that, although I'm not 100% sure of that.
Which I would recommend to do is a workaround based on doing things differently:
After having followed these steps, you will have something similar to your macros, and you will be able to update all filters at once by changing the fixVersion of your version report filter.
(This way of referencing a saved Jira filter is also available within Confluence macros)
Once you have the dashboard displaying all the relevant data related to a given version, select all gadgets content with your mouse and Copy (Ctrl + C).
Go to a Confluence page where you would like to store your version report, enter its edit mode, and Paste (Ctrl + V).
By creating the page this way, you will get a static snapshot of the data, as opposed to dynamic data which would vary over time if the issues in the report changed.
That's usually good, because as time passes, you will retain the picture taken at a certain point in time, which is usually the best approach for this kind of reports.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Of course, once you have to build a new report for the next version, you just have to change and save just your version report filter, and just copy and paste the new data into a new Confluence page.
You may need to apply some manual adjustments to the pasted content, but it will save you tons of time when creating this kind of version reports.
Best regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi guys,
Thanks for this hint! I currently have a similar "issue" I have a confluence page with multiple JIRA SQL Macros in there. I want to take some value from the confluence page as a variable for the fix version for all these JIRA SQL queries. I have the editor, is there any way to do that?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Rodri Alvarez ,
If you have the editor, then you just need to enter the source like shown in the screenshots here:
https://marketplace.atlassian.com/apps/1210722/confluence-source-editor?hosting=server&tab=overview
Then just use the Find and Replace fields shown in the second screenshot to substitute one version name with another one.
Regards!
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.