Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
ProjectIssues 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. |
Date |
Date |
Read/Write. Date created. |
DateResolved |
Date |
Read/Write. Date issue resolved. |
Name |
String |
Read/Write. Issue name (that is, the issue itself). |
IssueID |
Long |
Read only. The ID of this issue. |
Notes |
String |
Read/Write. Associated description of issue. |
ObjectType |
Read only. Distinguishes objects referenced through a Dispatch interface. |
|
Owner |
String |
Read/Write. Owner of issue. |
Priority |
String |
Read/Write. Issue priority. Generally should use Low, Medium or High. |
Resolution |
String |
Read/Write. Description of resolution. |
Resolver |
String |
Read/Write. Person resolving issue. |
Severity |
String |
Read/Write. Issue severity. Should be marked as Low, Medium or High. |
Status |
String |
Read/Write. Current issue status. |
ProjectIssues Methods
Method |
Type |
Notes |
---|---|---|
GetLastError () |
String |
Returns a string value describing the most recent error that occurred in relation to this object. This function is rarely used as an exception is thrown when an error occurs. |
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. |