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 that indicates a problem or risk associated with the system as a whole. ProjectIssues can be 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

The date the issue item was created.

 

DateResolved

Date

Read/Write

The date the issue was resolved.

 

Name

String

Read/Write

The issue name (that is, the issue itself).

 

IssueID

Long

Read only

The ID of this issue.

 

Notes

String

Read/Write

The associated description of the issue.

 

ObjectType

ObjectType

Read only

Distinguishes objects referenced through a Dispatch interface.

 

Owner

String

Read/Write

The owner of the issue.

 

Priority

String

Read/Write

The issue priority - Low, Medium or High.

 

Resolution

String

Read/Write

A description of the resolution.

 

Resolver

String

Read/Write

The name of the person resolving the issue.

 

Severity

String

Read/Write

The issue severity - Low, Medium or High.

 

Status

String

Read/Write

The current status of the issue.

 

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

Updates the current Issue object after modification or appending a new item.

If false is returned, check the GetLastError function for more information.