Hi There,
I am new to user macros in confluence. What I am trying to do is display images that are autogenerated by our Bamboo build server. So far I have:
<img src="$paramlink" alt="image">
<img id= src="$paramlink">
But I am having trouble finding the way to get the list if created images at the required url, then iterating through them to generate a bunch of links.
Anyone have any idea if this is possible in user macros, or will i need to look into plugins?