Hello
I am a complete layman on the subject of User Macro. Is there a way to generate a drop down list in which you can
a) the values are first set in the macro on the page
b) when selecting a value, the change history is described.
c) the page with the last selected value is opened
And all this under Confluence 7.5 by means of a user macro.
Many thanks to the experts.
Best regards
Jochen
I think I know what you are asking but in the future please try and add a bit more detail to the question so that we don't have to re-read it multiple times to guess at what you are asking. In short though, yes you could probably do this using a user macro. The real work would be done client side using the Confluence REST API though not using Velocity. If you have the html macro enabled you could also do it using the html macro if you do not have the macro enabled (it is disabled by default) then a user macro would be the way to go.
Not really, User macros operate server side, and are generally static once saved. In other words, they are rendered when the page is saved/refreshed.
What you need is a client-side solution, in this case, probably javascript which is saved as part of the site structure. Or you need to develop a plugin to do what you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.