Good day, guys!
I have just started followind the tutorial about creating Hello World Macro in Confluence - https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/create-a-confluence-hello-world-macro
I have accomplished first steps, but I cannot find myConfluenceMacro in Macro Browser, when I try to add to a new page. Being unable to select my new macro blocks me from further steps :(
Any ideas why this can happen ???
Part of my atlassian-plugin.xml
<properties> <confluence.version>5.10.7</confluence.version> <confluence.data.version>5.10.7</confluence.data.version> <amps.version>6.2.6</amps.version> <plugin.testrunner.version>1.2.3</plugin.testrunner.version> <atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version> <!-- This key is used to keep the consistency between the key in atlassian-plugin.xml and the key to generate bundle. --> <atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key> </properties>
Will appreciate any feedback very much.
@Сергій Зінчук When you have created new page, you need to edit ; then click the insert macro symbol (+) > other macros then search for your plugin hello world, also mind the below .
Note: It can take the Confluence macro browser a little bit of time to realize that there's a new macro available, so if it doesn't show up right away give it a little while and try again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.