{"id":24281,"date":"2024-02-15T14:53:34","date_gmt":"2024-02-15T22:53:34","guid":{"rendered":"https:\/\/docs.extraview.com\/v25\/book\/evadd-1\/"},"modified":"2025-03-05T16:57:07","modified_gmt":"2025-03-06T00:57:07","slug":"evadd-1","status":"publish","type":"page","link":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/","title":{"rendered":"evadd"},"content":{"rendered":"<p>Add a new issue into the ExtraView database. The command can be executed in several ways, depending on the options provided.<\/p>\n<h3>SYNOPSIS<\/h3>\n<p class=\"fixedWidthFont\">evadd [-n]<\/p>\n<p class=\"fixedWidthFont\">evadd [-n][-i] [field1=value1 field2=value2 &#8230; fieldn=valuen] [q]<\/p>\n<p class=\"fixedWidthFont\">evadd [-n] -a<\/p>\n<p class=\"fixedWidthFont\">evadd [-n] -e [-v] [-f ]<\/p>\n<h3>DESCRIPTION<\/h3>\n<p>This command allows a user to insert a new issue into the ExtraView database. All permissions and business rules, including email notification, are implemented the same way through the CLI as they are when issues are added through the GUI. The fields used with this command are those that are placed on the ADD_PROBLEM layout for the current business area and project. This command may be run four different ways.<\/p>\n<h4>Interactive Menu<\/h4>\n<p>If neither the <span class=\"fixedWidthFont\">-a<\/span> nor the <span class=\"fixedWidthFont\">-e<\/span> command line options are specified, <span class=\"fixedWidthFont\">evadd<\/span> will display a menu of all the fields available for adding a new issue. Each field is identified by a number. After the menu is displayed, the user will see the prompt, <span class=\"fixedWidthFont\">&#8220;Enter number or q to submit:&#8221;<\/span>. When a field number is entered, <span class=\"fixedWidthFont\">evadd<\/span> will prompt for the value for that field. If the field is a list, the list of available values for that list will be displayed. If the field is a multiple line text field, the user may enter multiple lines of input text. These fields must be terminated by a line containing just a period. In this menu, an asterisk (*) will identify all fields that are required but do not yet have values.<\/p>\n<p>After a value has been entered for a required field, the asterisk will be removed from the display. After all the desired field values have been entered, press <span class=\"fixedWidthFont\">q<\/span> to exit the menu and submit the issue to ExtraView.<\/p>\n<h4>Command-line only<\/h4>\n<p>If all required fields are included on the command line, and a trailing <span class=\"fixedWidthFont\">q<\/span> ends the command line, the issue will be immediately submitted to ExtraView.<\/p>\n<p>When field values are provided on the command line without a trailing <span class=\"fixedWidthFont\">q<\/span>, the user will go into the interactive menu with those field values already populated.<\/p>\n<h4>Prompt Mode<\/h4>\n<p>With the <span class=\"fixedWidthFont\">-a<\/span> option, the user will be prompted for a value for each field, in the same order as the fields are displayed with the evaddlist command. If the user tries to skip over a required field, a warning message is shown, <span class=\"fixedWidthFont\">&#8220;Must provide a value!&#8221;<\/span>, and the user is prompted for that field again.<\/p>\n<p>To go back to a previous field in the list, enter a <span class=\"fixedWidthFont\">b<\/span> at any prompt.<\/p>\n<p>At the end of the list of fields, the issue is submitted to ExtraView. If there are fields which were not initially filled in, which are required as the result of a \u201crequired if\u201d field attribute, the user will be notified of those missing values, and will be placed into the interactive menu, with all the field values preserved. In this case, the required fields will not be identified by an asterisk.<\/p>\n<h4>Edit Mode<\/h4>\n<p>The <span class=\"fixedWidthFont\">-e<\/span> option invokes an editor to perform the data entry. The editor will use a template file as the basis for collecting the field values for adding the issue.<\/p>\n<p>In UNIX \/ Linux systems, the editor defaults to <span class=\"fixedWidthFont\">\/bin\/vi<\/span>. In Microsoft Windows environments, the editor defaults to <span class=\"fixedWidthFont\">notepad.exe<\/span>. An alternate editor may be specified by either setting up an <span class=\"fixedWidthFont\">EVEDITOR<\/span> environment variable, by specifying the <span class=\"fixedWidthFont\">EDITOR<\/span> line in the <span class=\"fixedWidthFont\">evconfig.txt<\/span> file, or by using the <span class=\"fixedWidthFont\">EDITOR<\/span> environment variable.<\/p>\n<p>The template file will be created by one of five methods:<\/p>\n<ol>\n<li>The <span class=\"fixedWidthFont\">-f &lt;mytemplate&gt;<\/span> command line option<\/li>\n<li>With the <span class=\"fixedWidthFont\">EVADD<\/span> environment variable<\/li>\n<li>By the existence of the file <span class=\"fixedWidthFont\">$HOME\/.evadd (evadd.txt on Windows)<\/span><\/li>\n<li>By the existence of the file <span class=\"fixedWidthFont\">evcli\/add.txt<\/span><\/li>\n<li>It will automatically be generated from the list of fields returned by <span class=\"fixedWidthFont\">evaddlist<\/span><\/li>\n<\/ol>\n<p>The format of a template file is similar to the following:<\/p>\n<table class=\"fixedWidthFont\" width=\"60%\">\n<tbody>\n<tr>\n<td>Title:<br \/>\nProduct:<br \/>\nComments:<br \/>\n.<br \/>\nAttachments:<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The period following the Comments field in the example above signifies that a multiple line input is allowed. Text for multi-line fields should be inserted immediately after the line containing the multi-line field title (Comments in this example). A period on a line by itself terminates a multi-line field. If a multi-line field is not terminated with a period, evadd will treat the rest of the template file as part of the multi-line field, when the issue is submitted to ExtraView.<\/p>\n<p>Similarly, when entering multi-line fields either through the interactive menu, or with the <span class=\"fixedWidthFont\">-a<\/span> option, the field must be terminated with a line containing just a period.<\/p>\n<p>When entering text into a multiple line field, the user may read in the contents of an existing file, as if that file had been typed it directly in, by using the <span class=\"fixedWidthFont\">~r fname<\/span> command on a line by itself. This is very useful for entering information into fields with display types of Text Area, Log Area, or Print Text.<\/p>\n<p>When adding an attachment (through any of the methods described above, type in the attachment file name, followed by a space, and then the attachment description, on the lines following the keyword \u2018Attachments\u2019. Only one attachment may be specified per line.<\/p>\n<h3>OPTIONS<\/h3>\n<table>\n<tbody>\n<tr>\n<td class=\"fixedWidthFont\" width=\"100\">-n<\/td>\n<td>suppresses the email notification sent whenever a new issue is created<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\" width=\"150\">-i<\/td>\n<td>indicates that fields will be identified by their fixed database names instead of by their display titles<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\">-a<\/td>\n<td>runs the command in prompt mode<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\">-e<\/td>\n<td>runs the command in edit mode<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\">-v<\/td>\n<td>adds additional field list value information in the initial template file used within edit mode<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\">-f templatefile<\/td>\n<td>use templatefile as the initial template file<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\" valign=\"top\">fieldn=valuen<\/td>\n<td>assigns an initial value to a field. \u2018fieldn\u2019 is the Display Title of a field. \u2018valuen\u2019 must be a valid value for that field<\/td>\n<\/tr>\n<tr>\n<td class=\"fixedWidthFont\">q<\/td>\n<td>ends a list of \u2018fieldname=value\u2019 pairs, the user will not be prompted for additional input.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>NOTES<\/h3>\n<p>Repeating record data may not be added to an issue with the <span class=\"fixedWidthFont\">evadd<\/span> command. First enter the base issue with <span class=\"fixedWidthFont\">evadd<\/span>, and then use <span class=\"fixedWidthFont\">evupdate<\/span> to add the repeating record data.<\/p>\n<h3>EXAMPLE 1<\/h3>\n<p>Entering an issue with evadd and no parameters \u2013<\/p>\n<table width=\"80%\">\n<tbody>\n<tr>\n<td><code>$ evadd<\/code><\/p>\n<div><code>*1. Title \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0 *10. Priority<br \/>\n*2. Product\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 11. Severity<br \/>\n3. Category\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 12. Owner<br \/>\n4. Component\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 13. OS<br \/>\n5. Platforms\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 14. Customer \u00a06. Description\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 15. Originator<\/code><\/div>\n<div><code><code>\u00a07. Comments\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 16. View<br \/>\n8. Workaround\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 17. Test Case ID<br \/>\n9. Release Notes\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 18. Test Case Location<\/code><\/code>Enter number or q to submit? 1<br \/>\nTitle? This is the title<br \/>\n1. Title\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 *10. Priority<\/div>\n<div><code>*2. Product\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 11. Severity<br \/>\n3. Category\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 12. Owner<br \/>\n4. Component\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 13. OS<\/code><\/div>\n<div><code>\u00a05. Platforms\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 14. Customer<br \/>\n6. Description\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 15. Originator<br \/>\n7. Comments\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 16. View<br \/>\n8. Workaround\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 17. Test Case ID<br \/>\n9. Release Notes\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 18. Test Case Location<\/code><\/div>\n<div><code>Title =&gt; This is the title<\/code><\/div>\n<div><code>Enter number or q to submit? 2<\/code><\/div>\n<div><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1. Global Interaction<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2. Net Transactions<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 3. SMS<\/code><\/div>\n<div><\/div>\n<div><code>Choice for Product? 3<\/code><\/div>\n<div><\/div>\n<div><code>\u00a01. Title\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 *10. Priority<\/code><\/div>\n<div><code>\u00a02. Product\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 11. Severity<\/code><\/div>\n<div><code>\u00a03. Category\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 12. Owner<br \/>\n4. Component\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 13. OS<\/code><\/div>\n<div><code>\u00a05. Platforms\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 14. Customer<\/code><\/div>\n<div><code>\u00a06. Description\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 15. Originator<\/code><\/div>\n<div><code>\u00a07. Comments\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 16. View<\/code><\/div>\n<div><code>\u00a08. Workaround\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 17. Test Case ID<\/code><\/div>\n<div><code>\u00a09. Release Notes\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 18. Test Case Location<\/code><\/div>\n<div><\/div>\n<div><code>Title =&gt; This is the title, Product =&gt; SMS<\/code><\/div>\n<div><code>Enter number or q to submit? 3<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1. Enhancement<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2. Hardware<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 3. Software<\/code><\/div>\n<div><\/div>\n<div><code>Choice for Category? 3<\/code><\/div>\n<div><\/div>\n<div><code>\u00a01. Title\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 *10. Priority<\/code><\/div>\n<div><code>\u00a02. Product\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 11. Severity<\/code><\/div>\n<div><code>\u00a03. Category\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 12. Owner<\/code><\/div>\n<div><code>\u00a04. Component\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 13. OS<\/code><\/div>\n<div><code>\u00a05. Platforms\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 14. Customer<\/code><\/div>\n<div><code>\u00a06. Description\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 15. Originator<\/code><\/div>\n<div><code>\u00a07. Comments\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 16. View<\/code><\/div>\n<div><code>\u00a08. Workaround\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 17. Test Case ID<\/code><\/div>\n<div><code>\u00a09. Release Notes\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 18. Test Case Location<\/code><\/div>\n<div><\/div>\n<div><code>Title =&gt; This is the title, Product =&gt; SMS<\/code><\/div>\n<div><code>Category =&gt; SOFTWARE<\/code><\/div>\n<div><\/div>\n<div><code>Enter number or q to submit? 6<\/code><\/div>\n<div><code>Multiple Line field. Finish with . or EOF <\/code><\/div>\n<div><code>Description?<\/code><\/div>\n<div><code>&gt; Here is the long description of the problem.<\/code><\/div>\n<div><code>&gt; This is a second line.<\/code><\/div>\n<div><code>&gt; And another one.<\/code><\/div>\n<div><code>&gt; .<\/code><\/div>\n<div><\/div>\n<div>\n<div><code>\u00a01. Title\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 *10. Priority<\/code><\/div>\n<div><code>\u00a02. Product\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 11. Severity<\/code><\/div>\n<div><code>\u00a03. Category\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 12. Owner<\/code><\/div>\n<div><code>\u00a04. Component\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 13. OS<\/code><\/div>\n<div><code>\u00a05. Platforms\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 14. Customer<\/code><\/div>\n<div><code>\u00a06. Description\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 15. Originator<\/code><\/div>\n<div><code>\u00a07. Comments\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 16. View<\/code><\/div>\n<div><code>\u00a08. Workaround\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 17. Test Case ID<\/code><\/div>\n<div><code>\u00a09. Release Notes\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 18. Test Case Location<\/code><\/div>\n<div><\/div>\n<\/div>\n<div><\/div>\n<div><code>Title =&gt; This is the title, Product =&gt; SMS<\/code><\/div>\n<div><code>Category =&gt; SOFTWARE<\/code><\/div>\n<div><code>Description =&gt; Here is the long description of the problem<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 This is a second line.<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 And another one.<\/code><\/div>\n<div><\/div>\n<div><code>Enter number or q to submit? 10<\/code><\/div>\n<div><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1. Low<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2. Medium<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 3. High<\/code><\/div>\n<div><\/div>\n<div><code>Choice for Priority? 3<\/code><\/div>\n<div><\/div>\n<div>\n<div><code>\u00a01. Title\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 10. Priority<\/code><\/div>\n<div><code>\u00a02. Product\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 11. Severity<\/code><\/div>\n<div><code>\u00a03. Category\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 12. Owner<\/code><\/div>\n<div><code>\u00a04. Component\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 13. OS<\/code><\/div>\n<div><code>\u00a05. Platforms\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 14. Customer<\/code><\/div>\n<div><code>\u00a06. Description\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 15. Originator<\/code><\/div>\n<div><code>\u00a07. Comments\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 16. View<\/code><\/div>\n<div><code>\u00a08. Workaround\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 17. Test Case ID<\/code><\/div>\n<div><code>\u00a09. Release Notes\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 18. Test Case Location<\/code><\/div>\n<div><\/div>\n<\/div>\n<div><code>Title =&gt; This is the title, Product =&gt; SMS<\/code><\/div>\n<div><code>Category =&gt; SOFTWARE<\/code><\/div>\n<div><code>Description =&gt; Here is the long description of the problem<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 This is a second line.<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 And another one.<\/code><\/div>\n<div><code>Priority =&gt; HIGH<\/code><\/div>\n<div><code>Enter number or q to submit? q<\/code><\/div>\n<div><code>Bug # 12345 added.<\/code><\/div>\n<div><code>$<\/code><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>EXAMPLE 2<\/h3>\n<p>This shows entering all the fields and values at the command line. Note that the field names such as short_descr, owner, status, etc. can be ascertained by using the evfields command.<\/p>\n<p><code>$ evadd short_descr=\"This is the title of the problem\" owner=username status=OPEN priority=HIGH description=\"This is the description of the problem\" customer=GE<\/code><\/p>\n<h3>EXAMPLE 3<\/h3>\n<p>This example uses the <span class=\"fixedWidthFont\">-a<\/span> option. You are prompted for the value for each field, in the order of fields that appear with the evaddlist command. If you try to skip over a field that is required, you will see a prompt that reminds you that you <span class=\"fixedWidthFont\">&#8220;Must provide a value!&#8221;<\/span>.<\/p>\n<table>\n<tbody>\n<tr>\n<td>\n<div><code>% evadd -a<br \/>\nTitle? This is the title of the problem<\/code><\/div>\n<div><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1. Net Transactions<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2. Dev Tools<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 3. Widget<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 4. Global Interaction<\/code><\/div>\n<div><\/div>\n<div><code>Choice for Product? 3<\/code><\/div>\n<div><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1. P0<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2. P1<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 3. P2<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 4. P3<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 5. P4<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 6. P5<\/code><\/div>\n<div><\/div>\n<div><code>Choice for Priority? 2<\/code><\/div>\n<div><code>Originator? carl.koppel<\/code><\/div>\n<div><code>Owner? jon.bjornstad<\/code><\/div>\n<div><code>Choice for Platforms? 1<\/code><\/div>\n<div><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 1. NetBSD<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 2. LINUX<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 3. ALL<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 4. FREEBSD<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 5. WINDOWS 98<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 6. WINDOWS NT<\/code><\/div>\n<div><code>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 7. SOLARIS<\/code><\/div>\n<div><\/div>\n<div><code>Choice for OS? 3<\/code><\/div>\n<div><\/div>\n<div><code>Multiple Line field. Finish with . or EOF<\/code><\/div>\n<div><code>Description?<\/code><\/div>\n<div><code>&gt; This is the description for the item. You can enter many lines for<\/code><\/div>\n<div><code>&gt; the description, or even read the description from a file.<\/code><\/div>\n<div><code>&gt; . <\/code><\/div>\n<div><code>Bug # 12497 added.<\/code><\/div>\n<div><code>%<\/code><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>Add a new issue into the ExtraView database. The command can be executed in several ways, depending on the options provided. SYNOPSIS evadd [-n] evadd [-n][-i] [field1=value1 field2=value2 &#8230; fieldn=valuen] [q] evadd [-n] -a evadd [-n] -e [-v] [-f ] DESCRIPTION This command allows a user to insert a new issue into the ExtraView database&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":24277,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_lmt_disableupdate":"no","_lmt_disable":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-24281","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>evadd - Product Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"evadd - Product Documentation\" \/>\n<meta property=\"og:description\" content=\"Add a new issue into the ExtraView database. The command can be executed in several ways, depending on the options provided. SYNOPSIS evadd [-n] evadd [-n][-i] [field1=value1 field2=value2 &#8230; fieldn=valuen] [q] evadd [-n] -a evadd [-n] -e [-v] [-f ] DESCRIPTION This command allows a user to insert a new issue into the ExtraView database....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Product Documentation\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-06T00:57:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/\",\"url\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/\",\"name\":\"evadd - Product Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\"},\"datePublished\":\"2024-02-15T22:53:34+00:00\",\"dateModified\":\"2025-03-06T00:57:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ExtraView 25\",\"item\":\"https:\/\/docs.extraview.com\/v25\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Command Line Interface\",\"item\":\"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"evadd\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#website\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"name\":\"ExtraView Product Documentation\",\"description\":\"ExtraView Documentation\",\"publisher\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#organization\",\"name\":\"ExtraView Corporation\",\"url\":\"https:\/\/docs.extraview.com\/v25\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"contentUrl\":\"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"ExtraView Corporation\"},\"image\":{\"@id\":\"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"evadd - Product Documentation","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/","og_locale":"en_US","og_type":"article","og_title":"evadd - Product Documentation","og_description":"Add a new issue into the ExtraView database. The command can be executed in several ways, depending on the options provided. SYNOPSIS evadd [-n] evadd [-n][-i] [field1=value1 field2=value2 &#8230; fieldn=valuen] [q] evadd [-n] -a evadd [-n] -e [-v] [-f ] DESCRIPTION This command allows a user to insert a new issue into the ExtraView database....","og_url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/","og_site_name":"Product Documentation","article_modified_time":"2025-03-06T00:57:07+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/","url":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/","name":"evadd - Product Documentation","isPartOf":{"@id":"https:\/\/docs.extraview.com\/v25\/#website"},"datePublished":"2024-02-15T22:53:34+00:00","dateModified":"2025-03-06T00:57:07+00:00","breadcrumb":{"@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/evadd-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":2,"name":"ExtraView 25","item":"https:\/\/docs.extraview.com\/v25\/"},{"@type":"ListItem","position":3,"name":"Command Line Interface","item":"https:\/\/docs.extraview.com\/v25\/extraview-25\/command-line-interface-1\/"},{"@type":"ListItem","position":4,"name":"evadd"}]},{"@type":"WebSite","@id":"https:\/\/docs.extraview.com\/v25\/#website","url":"https:\/\/docs.extraview.com\/v25\/","name":"ExtraView Product Documentation","description":"ExtraView Documentation","publisher":{"@id":"https:\/\/docs.extraview.com\/v25\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/docs.extraview.com\/v25\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/docs.extraview.com\/v25\/#organization","name":"ExtraView Corporation","url":"https:\/\/docs.extraview.com\/v25\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/","url":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","contentUrl":"https:\/\/docs-stg.extraview.com\/wp-content\/uploads\/2024\/03\/favicon.png","width":512,"height":512,"caption":"ExtraView Corporation"},"image":{"@id":"https:\/\/docs.extraview.com\/v25\/#\/schema\/logo\/image\/"}}]}},"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"carl.koppel","author_link":"https:\/\/docs.extraview.com\/v25\/author\/carl-koppel\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24281","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/comments?post=24281"}],"version-history":[{"count":0,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24281\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/pages\/24277"}],"wp:attachment":[{"href":"https:\/\/docs.extraview.com\/v25\/wp-json\/wp\/v2\/media?parent=24281"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}