I am developing confluence plugin using Atlassian SDK.
The thing i want to do is dropdown list with dynamic values and dynamic number of values. This dropdown list should be in confluence macro body.There is some API on internet where i get these values from.
Now i am hard coding these values in atlassian-plugin.xml file. Tag <xhtml-macro><parameters><parameter><value>. . .
The options I've tried :
Can someone tell me the right solution to achieve my goal please?
atlas-version
ATLAS Version: 8.2.7
ATLAS Home: /opt/homebrew/Cellar/atlassian-plugin-sdk/8.2.7/libexec
ATLAS Scripts: /opt/homebrew/Cellar/atlassian-plugin-sdk/8.2.7/libexec/bin
ATLAS Maven Home: /opt/homebrew/Cellar/atlassian-plugin-sdk/8.2.7/libexec/apache-maven-3.5.4
AMPS Version: 8.1.2
What we need to see is how WebDAV Protocol is implemented while developing the Confluence tool.
Even when we say dynamic, either the rule or pre-populated value should be present in order to show that in a field. May I know how are you achieving that?
Here's a plugin that is useful and suffices your requirement
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.