atlassian-plugin.xml putting text between properties

AbrahamA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 21, 2012

Hi

In my report I have the following 2 properties. User has to select either filter or project. I want to put "OR" between the properties when I have the user select. So the user knows it is either filter or project. How can I put a text string in between. Please let me know.

<property>
<key>filterId</key>
<name>Select Filter</name>
<description> Select Filter
</description>
<type>filterpicker</type>
<i18n>false</i18n>
</property>
<property>
<key>projectID</key>
<name>Project Name</name>
<description>Project Name.</description>
<type>select</type>
<values class="com.rep.values.PVG" />
</property>

Thanks

Abe

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 21, 2012

Use the type as filterprojectpicker and see if it works.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events