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,
I am newbie in confluence server (on premise) programming.
I already downloaded Atlassian SDK. I run : atlassian-create-confluence-plugin and atlassian-run, and then : atlassian-mvn package. Everything worked well. I try Macro in Confluence (Java Programming).
But when I tried AUI Button, from Macro, it gave me error like this :
that.isBusy is not a function
I see this message from Web Browser, in Developer Mode.
When I searched in the Atlassian forum, it states that : it because my AUI version is less than 8.0.0.
So I try to output, the AUI version, and It gives me :
7.9.7
And my Confluence Server (On Premise) that was created from : atlas-run, is version :
6.14.0
My question is :
How to upgrade AUI version from 7.9.7 to 8.0.0 or higher ?
Thanks before :)