Project Issue

Service to operate on project issues.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/projects/projectManagementControl/issues/publicService/}ProjectIssueService

Service WSDL URL: https://servername/fscmService/ProjectIssueService?WSDL

Logical Business Objects

  • Projects : Project Management Control : Project Issue

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

Handles

Project Issue Translation SDO

Handles

Project Issue SDO

Handles

Project Issue Action Item SDO

Operations

closeProjectIssue

Closes a project issue.

Life Cycle Status: Active

Request Payload

Element Name Type Description

issueId

long

Identifier of a project issue to be closed.

closedDate

{http://xmlns.oracle.com/adf/svc/types/}date-Date

Date when the project issue is closed. The default date is the current date.

closedReason

string

Reason for which the project issue is closed.

resolutionSummary

string

Resolution of the project issue.

Response Payload

Element Name Type Description

result

void

Response for the request to close the project issue.

getProjectIssue

Retrieves a project issue based on the project issue identifier.

Life Cycle Status: Active

Request Payload

Element Name Type Description

issueId

long

Identifier of the project issue to be retrieved.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/projects/projectManagementControl/issues/publicService/}ProjectIssueResult

Response for the request to retrieve a project issue.

createProjectIssue

Creates a project issue.

Life Cycle Status: Active

Request Payload

Element Name Type Description

projectIssue

Project Issue

Attributes of a project issue to be created.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/projects/projectManagementControl/issues/publicService/}ProjectIssueResult

Response for the request to create a project issue.

updateProjectIssue

Updates a project issue.

Life Cycle Status: Active

Request Payload

Element Name Type Description

projectIssue

Project Issue

Attributes of a project issue to be updated.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/projects/projectManagementControl/issues/publicService/}ProjectIssueResult

Response for the request to update a project issue.

deleteProjectIssue

Deletes a project issue.

Life Cycle Status: Active

Request Payload

Element Name Type Description

projectIssue

Project Issue

Attributes of a project issue to be deleted. Currently, the only accepted value is the identifier of the project issue.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}MethodResult

Response for the request to delete a project issue. The response is either Success or Failure.

mergeProjectIssue

Updates a project issue. If the issue does not exist, then the operation creates a new issue.

Life Cycle Status: Active

Request Payload

Element Name Type Description

projectIssue

Project Issue

Attribute of a project issue to be created or updated.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/apps/projects/projectManagementControl/issues/publicService/}ProjectIssueResult

Response for the request to update a project issue or to create a project issue if the issue does not exist.

findProjectIssue

Finds and returns a list of project issues based on a set of search criteria.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria used to filter query results.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Reserved for future use.

Response Payload

Element Name Type Description

result

Project Issue

Response for the request to find and return a list of project issues based on search criteria.

findProjectIssueByName

Finds and returns a project issue based on the project issue name.

Life Cycle Status: Active

Request Payload

Element Name Type Description

findCriteria

{http://xmlns.oracle.com/adf/svc/types/}FindCriteria

Criteria used to filter query results.

Summary

string

Summary of the project issue to be retrieved.

ProjectName

string

Name of the project for which the project issue is retrieved.

OwnerName

string

Name of the person who owns the project issue to be retrieved.

findControl

{http://xmlns.oracle.com/adf/svc/types/}FindControl

Reserved for future use.

Response Payload

Element Name Type Description

result

Project Issue

Response for the request to find and return a project issue based on the issue name.

processProjectIssue

Creates, updates, deletes, or merges project issues.

Life Cycle Status: Active

Request Payload

Element Name Type Description

changeOperation

string

Change command to process issue. Valid change commands are Create, Update, Delete, and Merge.

projectIssue

Project Issue

List of project issues to be processed.

processControl

{http://xmlns.oracle.com/adf/svc/types/}ProcessControl

Parameter that contains control properties for the process project issue process.

Response Payload

Element Name Type Description

result

Project Issue

Response for the request to process project issues that contains a list of the processed issues.

deleteProjectIssueActionItem

Deletes a project issue action item.

Life Cycle Status: Active

Request Payload

Element Name Type Description

projectIssueActionItem1

Project Issue Action Item

Attributes of a project issue action item to be deleted. Provide the identifier of the action item.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}MethodResult

Response for the request to delete a project issue action item. The response is either Success or Failure.

getDfltObjAttrHints

Retrieves user interface hints, such as the service data object label and object attribute labels, for the specified service data object and locale. As a prerequisite, process the getEntityList operation defined on this service to get the list of possible values for the viewName request payload element.

Life Cycle Status: Active

Request Payload

Element Name Type Description

viewName

string

The service view usage name, an internal name for the service data object. Specify the value of the element from the getEntityList operation response payload.

localeName

string

The locale to use when evaluating locale-based user interface hints. The localeName is in ISO 639-1 format.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ObjAttrHints

The label and user interface hints for the specified service data object and its attributes in a name-value pair format.

getServiceLastUpdateTime

Returns the date and time when the schema files referenced in the service definition last changed.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

The date and time when the service definition last changed in ISO 8601 format.

getEntityList

Gets the list of service data objects defined on this service.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ServiceViewInfo

List of service data objects defined on this service. For each service data object, the result includes the QName, internal name, and Boolean values indicating whether create, update, merge, and delete operations can be performed on the object.

Security

The following tables list the privileges required to perform the service operations, and the duty roles that each privilege is granted to.

Service Operations to Privileges Mapping

Operation Name Privilege Code Privilege Name Privilege Description

All Operations

PJE_MANAGE_PROJECT_ISSUES_SERVICE_PRIV

Manage Project Issues Service

Allows management of issues including issue creation and tracking, status update, and assignment of owners to resolve problems or questions that are encountered in the execution of a project using a service.

Privileges to Duty Roles Mapping

Privilege Code Granted to Duty Role Code Granted to Duty Role Name Granted To Duty Role Description

PJE_MANAGE_PROJECT_ISSUES_SERVICE_PRIV

ORA_PJF_TEAM_COLLABORATOR_ABSTRACT

Team Collaborator

Identifies the person in a project organization as a member who can perform, track, and report progress on project and non-project work.

PJE_MANAGE_PROJECT_ISSUES_SERVICE_PRIV

ORA_PJF_PROJECT_INTEGRATION_SPECIALIST_JOB

Project Integration Specialist

Individual responsible for planning, coordinating, and supervising all activities related to the integration of project management information systems.

PJE_MANAGE_PROJECT_ISSUES_SERVICE_PRIV

ORA_PJT_PROJECT_EXECUTION_APPLICATION_ADMINISTRATION_DUTY

Project Execution Application Administration

Performs setup tasks such as defining progress thresholds, default calendar options for projects and resources, enterprise codes for projects and tasks, and calendars to establish work schedules for projects and resources. Manages project enterprise resources, project roles, resource pools, target utilization percentages, and project enterprise resource maintenance conditions. Initiates processes to maintain the project resource search index.

Duty Roles to Duty or Job Roles Mapping

Duty Role Code Granted to Duty or Job Role Code Granted to Duty or Job Role Name Granted To Duty or Job Role Description

ORA_PJF_PROJECT_INTEGRATION_SPECIALIST_JOB

ORA_FUN_FSCM_LOAD_INTERFACE_ADMIN_DUTY

FSCM Load Interface Administration

Manages load interface file for import