Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure contains the complete set of information about a project issue. The structure is used both to retrieve detailed project information and to pass information about a project back to the server to get updated.permission set. Project permission set is created at the installation level and controls user's access to project workspace areas such as home tab, issue tab, invoice tab and documents tab.  

Format

Panel
titlePwsProjectIssueDetail
  • PwsPermissionSetRef
    • PermissionSetId: Int32

    • PermissionSetName: String

    • PermissionSetUid: Int64

...

Element

Data Type

Required?

Default

Description

Sample Data

ProjectIssueIdPermissionSetId

Int32

No


The project issue permission set Id is a unique identifier for a project issuepermission set. For internal use only.


PermissionSetName

String(50)

No


The name of the project permission set.

Full Access

ProjectIssueUidPermissionSetUid

Int64

On Insert: No

On Update: Yes


The project issue permission set Uid is a unique and immutable identifier for a project issuepermission set.

1152921504606992779

ReferenceId

String

No

This is a user-defined ID for project issue. It allows user to tag project issues that are submitted in a web service request, and is echoed in the web service response to allow user to correlate project issues in the response to the ones in request.

#1

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                 	 <b:PmWorkspacePermissionSetIdentity>
                        <b:PermissionSetId i:nil="true"/>
                        <b:PermissionSetName>FULL Access</b:PermissionSetName>
                        <b:PermissionSetUid>1152921504606848813</b:PermissionSetUid>
                     </b:PmWorkspacePermissionSetIdentity>

...