i am using Parameter enum type nut multiple attribute not working
You'll need to explain "multiple attribute" more clearly, I can think of three things it might be.
I wrote my code below.Which one written inside atlassian_plugin.xml
<parameter type="enum" name="colors" multiple="true">
<value name="red">
<value name="green">
<value name="yellow">
</parameter>
in above code, works for single select when multiple=fasle
but same macro fails when I set multiple as true...I am getting empty text box with values as "true"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still, really not enough context to explain what you're doing to most (I can guess, but I'm still not sure).
Could you please explain what you're trying to do, what you expect to happen and what docs you are following?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to create macro in confluence.i Used atlassian_plugin.xml inside parameter [type="enum"]
I wrote my code below.Which one written inside atlassian_plugin.xml
<parameter type="enum" name="colors" multiple="true">
<value name="red">
<value name="green">
<value name="yellow">
</parameter>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ramesh,
Are you trying to create a drop-down selector that allows users to choose more than one option?
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's how I'm reading it. The development docs suggest this is the way to do it as well. Without explicitly saying it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I am trying to create a drop-down selector.But i can't so only i asked question.is it possible or not?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You don't need more tools. You need tools that actually work together – the way humans do. See how Loom + Confluence help teams collaborate with more context, more connection, and fewer calendar invites. 💪
See inside
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.