Displays the list of fields on the add screen
evaddlist [-r ]
This command displays the list of fields that are used when adding an issue to the ExtraView database. The field names are displayed in two columns. The first column is the field’s fixed database name. The second column is the field’s display title. The field names are printed out in the order that they appear on the ExtraView Add Issue screen, top to bottom, left to right.
When the -r option is used, the fixed database names and display titles are each terminated by a colon, with no white space in between the two names. Fields that are required on the add screen are preceded by an asterisk (*); multi-line input fields are preceded by a plus sign (+). Additionally, when a field has an allowed value parent, the fixed database name of the parent field is printed after the child field’s colon-terminated display title. This parent field is not terminated by a colon.
$ evaddlist -r
+SHORT_DESCR:Title +PRODUCT_NAME:Product CATEGORY:Category COMPONENT:Component PLATFORM:Platforms +*DESCRIPTION:Description *COMMENTS:Comments WORKAROUND:Workaround RELEASE_NOTES:Release Notes PRIORITY:Priority SEVERITY_LEVEL:Severity ASSIGNED_TO:Owner OS:OS CUSTOMER:Customer OWNER:Originator PRIVACY:View $ |