The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I want to create a dropdown list in confluence template. Like mentioned here, https://confluence.atlassian.com/display/CONF42/Form+Field+Markup+for+Templates
Tried this, but when I do @VAR@ it doesn't shows any list option, but language option like html, javascript etc.
I tried to embed HTML code like this: https://confluence.atlassian.com/doc/html-macro-38273085.html
{html}
<div>
<select name="Criticality">
<option value="high">High</option>
<option value="medium">Medium</option>
<option value="low">Low</option>
</select>
</div>
{html}
but it shows it as html code.
I am using cloud version of confluence.
Any help would be highly appreciated.
Hi @Kris Luhr and @sumit ,
I can suggest a workaround using Handy Status from Handy Macros for Confluence. You can create dropdowns from custom status sets. They work well in templates. This solution works for any hosting type including Cloud. Please see the screenshot attached for details.
We had this in Confluence before we moved to cloud, really miss this functionality
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sumit , out of box you cannot do this , but there is another way with which you can pretty much achieve this,
Regards
Haran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.