...
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 | 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 | Yes | The identity of the project that we are retrieving issues from. Click here for more information. | |||
ProjectIssueCategoryIdentity | 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 | No | The unique keys used to identify the project issue to be retrieved. Click here for more information. | |||
ProjectIssueStatusIdentity | 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 |
---|---|---|
23001 | ProjectIdentityRequiredForGetIssueList | A project identity must be specified. |
84007 | WorkspaceProjectIssueNotFound | Project issue not found. |
84011 | ProjectIssueCategoryNotFound | Project issue category not found. |
84014 | ProjectIssueStatusNotFound | Project issue status not found. |
84019 | SpecifiedIssueDoesNotBelongToSpecifiedProject | Project mismatch. |