IssueInfo
IssueInfo defines related issues. This data type contains the following properties:
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
id |
Integer |
Issue ID |
Yes |
N/A |
statusCode |
String |
Issue status |
Yes |
N/A |
description |
String |
Issue description |
No |
N/A |
projectId |
Integer |
ID of the related project Populated if the issue is logged on the project |
No |
N/A |
projectName |
String |
Name of the related project Populated if the issue is logged on the project |
No |
N/A |
priorityCode |
String |
Issue priority |
No |
N/A |
escalationLevelCode |
String |
Escalation level |
No |
N/A |