IssueTracking
Columns
Name
Type
ReadOnly
Description
ID [KEY]
String
True
The ID of the list entry. The format of the ID is: List|ItemID.
List
String
False
The name of the issue tracking list.
Title
String
False
The title of the entry.
AssignedTo
String
False
The user the issue is assigned to.
Status
String
False
The status of the issue.
Priority
String
False
The priority assigned to this issue.
Category
String
False
The category that the issue belongs to.
DueDate
Date
False
The due date of the issue.
RelatedIssues
String
False
A list of related issues.
Comments
String
False
Comments associated with this issue.
Author
String
False
The user that created the item.
Editor
String
False
The last user that modified the item.
Modified
Date
False
The date modified.
Created
Date
False
The date created.
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name
Type
Description
CAMLQuery
String
The query to be used while listing the list items.
Last updated