Is there a way to get dynamic values for a parameter of ENUM type for the
dynamicContentMacros module?
I have tried the follows in the atlassian-connect.json, but it won't work:
…
"dynamicContentMacros": [{
…
"parameters": [{
…
"type": "enum",
"values": {
"url": "/get-values"
}
…
or
…
"dynamicContentMacros": [{
…
"parameters": [{
…
"type": "enum",
"url": "/get-values"
…
Hi Andrey,
It is possible the parameters are not correct, and there is some additional content information you can find about the Dynamic Content macros in our Atlassian Developer documentation:
Even with that in mind, we believe that your questions about this topic would be better handled and answered by our Developer Community, where you can post this and other questions and potentially find your answer already answered:
Hope that helps!
Cheers,
Jessica
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.