Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.


SessionTicket

String

Yes


Click here for more information.

ASA2SxZGgEWiNl525Vyqzw==

IssueOwnerIdentity

PwsUserRef

No


This is a filter that narrows down the result set and only project issues with this owner will be included.


LimitToClosedIssuesFlag

Boolean

No

false

If set to 'true', only closed issues will be included in the result set.

false

LimitToLateIssuesFlag

Boolean

No

false

If set to 'true', only late issues will be included in the result set.

false

LimitToOpenIssuesFlag

Boolean

No

false

If set to 'true', only open issues will be included in the result set.

false

MaxPriority

String (1)

No


This is a filter that narrows down the result set and only project issues at or below this value will be included.

'L' for low

'M' for medium

'H' for high

H

MinPriority

String (1)

No


This is a filter that narrows down the result set and only project issues at or above this value will be included.

'L' for low

'M' for medium

'H' for high

M

ProjectIdentity

PwsProjectRef

Yes


The identity of the project that we are retrieving issues from. Click here for more information.


ProjectIssueCategoryIdentity

PwsProjectIssueCategoryRef

No


This is a filter that narrows down the result set. Only project issues that matches this category will be included. Click here for more information.


ProjectIssueIdentity

PwsProjectIssueRef

No


The unique keys used to identify the project issue to be retrieved. Click here for more information.


ProjectIssueStatusIdentity

PwsProjectIssueStatusRef

No


This is a filter that narrows down the result set. Only project issues that matches this status will be included. Click here for more information.


...

ErrorNumber

ErrorCode

ErrorText

23001ProjectIdentityRequiredForGetIssueListA project identity must be specified.
84007WorkspaceProjectIssueNotFoundProject issue not found.
84011ProjectIssueCategoryNotFoundProject issue category not found.
84014ProjectIssueStatusNotFoundProject issue status not found.
84019SpecifiedIssueDoesNotBelongToSpecifiedProjectProject mismatch.