Hello,
Inside my atlassian-plugin.xml, I got...
<properties>
<property>
<key>boardId</key>
<name>name</name>
<description>description</description>
<type>select</type>
<values class="BoardNameGeneratorImpl"/>
<interface>BoardNameGenerator</interface>
</property>
<property>
<key>sprintId</key>
<name>name</name>
<description>description</description>
<type>select</type>
<values class="SprintNameGeneratorImpl"/>
<interface>SprintNameGenerator</interface>
</property>
</properties>
And I want to know how it's possible to display the first property before the second property on different pages. Because
I need that my user answer to the first one, to get informations to fill values on the second property...
Thanks
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.