| Id [KEY] | Int | True | | No | The Id of the issue. |
| Key | String | True | | No | The key of the issue. |
| IssueTypeId | String | False | | No | The issue type Id. |
| IssueTypeName | String | True | | No | The issue type name. |
| ProjectId | String | False | | No | The project Id of the issue. |
| ProjectName | String | True | | No | The project name of the issue. |
| ProjectKey | String | False | | No | The project key of the issue. |
| ParentId | Int | False | | No | The Id of the issue’s parent if the issue is a subtask. |
| ParentKey | String | True | | No | The key of the issue’s parent if the issue is a subtask. |
| ParentIssueTypeId | String | True | | No | The issue type id of the issue’s parent. |
| ParentIssueTypeName | String | True | | No | The issue type name of the issue’s parent. |
| ParentStatusId | String | True | | No | The status id of the issue’s parent. |
| ParentStatusName | String | True | | No | The status name of the issue’s parent. |
| ResolutionId | String | True | | No | The resolution Id of the issue. |
| ResolutionName | String | True | | No | The resolution name of the issue. |
| ResolutionDescription | String | True | | No | The resolution description of the issue. |
| ResolutionDate | Datetime | True | | No | The resolution date of the issue. |
| Workratio | Long | True | | No | The work ratio of the issue. |
| LastViewed | Datetime | True | | No | The last time that the issue was viewed. |
| WatchCount | Int | True | | No | The number of watches of the issue. |
| IsWatching | Bool | True | | No | Whether the currently authenticated user is watching the issue. |
| Created | Datetime | True | | No | The creation date of the issue. |
| PriorityId | String | False | | No | The priority Id of the issue. |
| PriorityName | String | True | | No | The priority name of the issue. |
| TimeSpentSeconds | Long | True | | No | The time spent in seconds on the issue. |
| TimeSpent | String | True | | No | The time spent on the issue. |
| RemainingEstimateSeconds | Long | True | | No | The time estimate in seconds of the issue. |
| RemainingEstimate | String | False | | No | The time estimate of the issue. |
| OriginalEstimateSeconds | Long | True | | No | The original time estimate in seconds of the issue. |
| OriginalEstimate | String | False | | No | The original time estimate of the issue. |
| AggregateTimeSpent | Long | True | | No | The aggregate time spent of the issue. |
| AggregateTimeOriginalEstimate | Long | True | | No | The original aggregate time estimate of the issue. |
| AggregateTimeEstimate | Long | True | | No | The aggregate time estimate of the issue. |
| AssigneeDisplayName | String | True | | No | Assignee display name. |
| AssigneeKey | String | True | | No | [DEPRECATED] The assignee key of the issue. |
| AssigneeAccountId | String | False | | No | The assignee account id. |
| AssigneeName | String | False | | No | The assignee name of the issue. |
| AssigneeEmail | String | True | | No | The assignee email of the issue. |
| Updated | Datetime | True | | No | The updated date of the issue. |
| StatusId | String | True | | No | The status Id of the issue. |
| StatusName | String | True | | No | The status name of the issue. |
| StatusCategoryId | String | True | | No | The status category id of the issue. |
| StatusCategoryKey | String | True | | No | The status category key of the issue. |
| StatusCategoryName | String | True | | No | The status category name of the issue. |
| Description | String | False | | No | The description of the issue. |
| Summary | String | False | | No | The summary of the issue. |
| CreatorDisplayName | String | True | | No | Issue creator display name. |
| CreatorName | String | True | | No | The creator name of the issue. |
| CreatorAccountId | String | True | | No | The creator account id. |
| CreatorKey | String | True | | No | [DEPRECATED] The creator key of the issue. |
| CreatorEmail | String | True | | No | The creator email of the issue. |
| ReporterDisplayName | String | True | | No | Issue reporter display name. |
| ReporterName | String | False | | No | The reporter name of the issue. |
| ReporterKey | String | True | | No | [DEPRECATED]The reporter key of the issue. |
| ReporterAccountId | String | False | | No | The reporter account id. |
| ReporterEmail | String | True | | No | The reporter email of the issue. |
| AggregateProgress | Long | True | | No | The aggregate progress of the issue. |
| TotalProgress | Long | True | | No | The aggregate total progress of the issue. |
| Votes | Int | True | | No | Votes of the issue. |
| HasVotes | Bool | True | | No | The vote status of the issue. |
| DueDate | Date | False | | No | The due date of the issue. |
| Labels | String | False | | No | The labels of an issue. |
| Environment | String | False | | No | The environment of an issue. |
| SecurityLevel | String | False | | No | The security level of an issue. |
| FixVersionsAggregate | String | False | | No | The fix versions of the issue |
| ComponentsAggregate | String | False | | No | Aggregate list of components included in the issue. |
| IssueLinksAggregate | String | False | | No | The issue links of the issue. |
| AffectedVersionsAggregate | String | False | | No | The affected versions of the issue. |
| SubtasksAggregate | String | True | | No | The subtasks of the issue. |
| CustomField1 | Any | False | | No | A custom field created for the Issues. The custom fields will be listed if the ‘IncludeCustomFields’ connection property is set to true. |
| CustomField2 | Any | False | | No | A custom field created for the Issues. The custom fields will be listed if the ‘IncludeCustomFields’ connection property is set to true. |
| ItemURL | String | True | | No | A browsable link of the issue. |
| JQL | String | False | | Yes | JQL (Jira Query Language) allows you to build structured queries. |
| Attachments | String | False | | Yes | Search for issues that have or do not have attachments. This column can be queried with IS EMPTY or IS NOT EMPTY. |
| Comment | String | False | | Yes | Search for issues that have a comment that contains particular text. |
| Category | String | False | | Yes | Search for issues that belong to projects in a particular category. |
| SprintId | Integer | False | | Yes | Search for issues that belongs to a specific sprint, by specifying the Id of the Sprint. |
| SprintName | String | False | | Yes | Search for issues that belongs to a specific sprint, by specifying the name of the Sprint. |
| Filter | String | False | | Yes | Search for issues of saved filters. This column can be queried with filter name or filter id. |