Hi Guys,
I'm trying to create user macro with multiselect params, but it rendering string input box.
Please help, where I am wrong.
adding params similar like this
## @param Region:title=Region|type=enum|enumValues=India,Global,North America,Noida,Bangalore, India|default=India|multiple=true|desc=Choose your region
This is bug in confluence version 6 and later.
Could be nice and accept my answer, please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Till the bug is fixed, you could try our Easy Dropdown Menu. It supports the multi select option. You can find the Easy Dropdown Menu on the Marketplace.
Regards,
Stephan (CEO of EPS Software Engineering AG, the vendor of the Easy Dropdown Menu)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well I had to delete the multiple=true. Here is the code that worked
## @param Region:title=Region|type=enum|enumValues=India,Global,North America,Noida,Bangalore|default=India|desc=Choose your region
I did find this bug, it may be affecting more versions that listed: CONFSERVER-51624
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Bailey ,
Thanks for reply, Single select is working fine. I want to create multiselect field, where user can select more than one options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, I think you have found a bug for your version. I would add a comment to that bug with your version.
I saw the same thing you saw -- the drop-down rendered as a text box.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.