Welcome to the Jazz Community Forum
List of presentation properties

2 answers

Hi
There is not documentation about the available properties, but there are not many anyway.
The interesting for presentations ones in short:
- hideIfEmpty: when set to true, the presentation will only show up, when the attribute has a different value than its null value. Example: the Resolved By and Resolution Date fields that only appear when a work item is resolved. Supported by all presentations
- readonly: shows the value of the attribute in a read-only way. Only supported by Timestamp and Contributor kind.
In your specific case, for attributes of type string (smallString, mediumString and string), there are two possible presentations: Text and String. Text is a multi-line control, String a single-line one.
Regards
Marcel
Jazz Work Item team
There is not documentation about the available properties, but there are not many anyway.
The interesting for presentations ones in short:
- hideIfEmpty: when set to true, the presentation will only show up, when the attribute has a different value than its null value. Example: the Resolved By and Resolution Date fields that only appear when a work item is resolved. Supported by all presentations
- readonly: shows the value of the attribute in a read-only way. Only supported by Timestamp and Contributor kind.
In your specific case, for attributes of type string (smallString, mediumString and string), there are two possible presentations: Text and String. Text is a multi-line control, String a single-line one.
Regards
Marcel
Jazz Work Item team