public Class
A system-level Issue. Indicates a problem or risk associated with the system as a whole. Accessed using the Repository Issues collection.
Associated table in .EAP file: t_issues
ProjectIssues Attributes
Attribute  | 
Type  | 
Notes  | 
Category  | 
String  | 
Read/Write. The category this issue belongs to.  | 
Name  | 
String  | 
Read/Write. Issue name (ie. the issue itself).  | 
Date  | 
Date  | 
Read/Write. Date created.  | 
Owner  | 
String  | 
Read/Write. Owner of issue.  | 
Status  | 
String  | 
Read/Write. Current issue status.  | 
Notes  | 
String  | 
Read/Write. Associated description of issue.  | 
Resolver  | 
String  | 
Read/Write. Person resolving issue.  | 
DateResolved  | 
Date  | 
Read/Write. Date issue resolved.  | 
Resolution  | 
String  | 
Read/Write. Description of resolution.  | 
Priority  | 
String  | 
Read/Write. Issue priority. Generally should use Low, Medium or High.  | 
Severity  | 
String  | 
Read/Write. Issue severity. Should be marked as Low, Medium or High.  | 
IssueID  | 
Long  | 
Read only.The ID of this issue.  | 
ObjectType  | 
Read only. Distinguishes objects referenced through a Dispatch interface.  | 
ProjectIssues Methods
Method  | 
Type  | 
Notes  | 
Update ()  | 
Boolean  | 
Update the current Issue object after modification or appending a new item. If false is returned, check the GetLastError function for more information.  | 
GetLastError ()  | 
String  | 
Returns a string value describing the most recent error that occurred in relation to this object. This function is rarely used since an exception is thrown when an error occurs.  | 


