How to define a textarea property for a Jira service?

vijaya reddy August 19, 2013

Hi,

Is it possible to define a textarea property for a service in JIRA? Defining type as string only takes 255 characters.

<property>
<key>Configuration</key>
<name>Configuration</name>
<type>string</type>
</property>

Regards,

Vijay

2 answers

0 votes
vijaya reddy August 19, 2013

text worked to show the text area. But update failed because it accepts maximum of 255 characters.

Errors

  • Error occurred trying to update service properties: com.opensymphony.module.propertyset.IllegalPropertyException: String exceeds 255 characters.
0 votes
Timothy
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.
August 19, 2013

Have you tried textarea?

vijaya reddy August 19, 2013

text works. not textarea.

Suggest an answer

Log in or Sign up to answer