Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How I can display two "select input" on different pages

Help Desk
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 28, 2019

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

0 answers

Suggest an answer

Log in or Sign up to answer