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. (???) 

Format

Panel
titlePwsProjectIssueDetail
  • PwsProjectIssueDetail
    • ProjectIssueId: Int32
    • ProjectIssueUid: Int64
    • ReferenceId: String (Luke, please add string length.)
    • AttachmentClearFlag: Boolean
    • Attachments: PwsProjectIssueAttachmentDetail (Luke, please list array size.)
    • CategoryIdentity: PwsProjectIssueCategoryRef
    • Description: String (255)
    • DueDate: DateTime
    • DueDateClearFlag: Boolean
    • EmailIssueOwnerFlag: Boolean
    • EmailPmTeamFlag: Boolean
    • IssueNumber: Int32
    • OwnerIdentity: PwsUserRef
    • Priority: String (1)
    • Resolution: String (4000)
    • ResolutionClearFlag: Boolean
    • StatusIdentity: PwsProjectIssueStatusRef
    • Timestamp: String

...