Project Issue
The project issue data object that is used by the project issue service to maintain issues associated with a project.
QName: {http://xmlns.oracle.com/apps/projects/projectManagementControl/issues/publicService/}ProjectIssue
Relationships
The following table describes how this service data object is related to other service data objects or business object services.
| Relationship Type | Object or Service |
|---|---|
|
Contains |
|
|
Contains |
|
|
Handled by |
Attributes
The following table describes attributes in the service data object.
| Name | Type | Description |
|---|---|---|
|
ClosedReason |
string |
Reason for closing a project issue, for example to indicate that the issue is resolved or obsolete. |
|
ClosedReasonCode |
string |
Code representing the reason for closing a project issue, for example CANCELED, DUPLICATE, OBSOLETE, or RESOLVED. |
|
CreatedById |
long |
Identifier of the person who created the project issue. |
|
DateClosed |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Date when the project issue was closed. |
|
DateCreated |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Date when the project issue was created. |
|
Description |
string |
Detailed description of the project issue. |
|
IssueId |
long |
Identifier of the project issue.
|
|
IssueNumber |
string |
Number of the project issue. |
|
IssueTypeId |
long |
Identifier of the issue type associated with the project issue, for example, General and Performance. |
|
IssueTypeName |
string |
Name of the issue type associated with the project issue, for example, General and Performance. |
|
NeedByDate |
{http://xmlns.oracle.com/adf/svc/types/}date-Date |
Date by which the project issue must be resolved or closed. |
|
OwnerEmail |
string |
E-mail address of the person who owns the project issue. |
|
OwnerId |
long |
Identifier of the person who owns the project issue. |
|
OwnerName |
string |
Name of the person who owns the project issue. |
|
OwnerUsername |
string |
User name of the person who owns the project issue. |
|
Priority |
string |
Priority of the project issue, for example, High, Medium, or Low. |
|
PriorityCode |
string |
Code representing the priority of the project issue, for example, HIGH, MEDIUM, or LOW. |
|
ProjectId |
long |
Identifier of the project associated with the issue. |
|
ProjectIssueActionItem |
Action item associated with the project issue. |
|
|
ProjectIssueTranslation |
Project issue data object used for translation. |
|
|
ProjectName |
string |
Name of the project associated with the project issue. |
|
Resolution |
string |
Text, summarizing the resolution, provided when closing a project issue. |
|
Status |
string |
Status of the project issue, for example, New, In progress or Closed. |
|
StatusCode |
string |
Code representing status of the project issue, for example, NEW, WORKING, or CLOSED. |
|
Summary |
string |
Brief description of the project issue. |