Welcome to the Jazz Community Forum
enumeration string cut in editor presentation

Hi,
We are using RTC 4.0.6.
However previously, when we were using RTC 3.0.1.3, we had an attribtue of type 'Large string'.
This attribute is being used as multi-select check list i.e. list of enumeration values , where multiple values can be selected.
However, we notice now that, in the editor presentation of the eclipse client, the strings are not visible in full i.e. when we open the work-items, it only displays the part of the string.
However, we are able to see the full string while using the web browser.
Is there any limit of no# of characters displayed in the enumeration list ?
One answer

The presentation that was used to handle the Enumeration Multi Select in 2.x and 3.x has been dropped from support in 4.x. Please see https://jazz.net/library/article/1458 or https://rsjazz.wordpress.com/2015/02/24/extending-the-workitem-command-line-with-new-commands/ for a way to migrate the data to a real EnumerationList attribute. This removes the problem of displaying the values as well.
Comments

thanks ralph !
but do you know what was the limit earlier?
we have huge number of workitems which is making it difficult to replace attribute easily.

The editor presentation is gone. You can't use multiselect any more. You would have to edit this as strings - manually. From my perspective you have to migrate.
The String editor presentation has attributes to select how many lines you want to show as far as I know.