The options available to sort the issues by.
By default, the issues will be returned by the date they were last
modified in descending order. This should be used in combination with
SortDirection to determine how issues are sorted. If either
SortField or SortDirection is missing, the default sort order will be
used.
- SORT_FIELD_UNKNOWN:
SORT_FIELD_UNKNOWN will return the default sort order.
- PRIORITY:
PRIORITY will sort the issues by incident priority.
- DATE_DUE:
DATE_DUE will sort the issues by due date.
- CREATED_AT:
CREATED_AT will sort the issues by the date they were created.
- MODIFIED_AT:
MODIFIED_AT will sort the issues by the date they were last
modified.
- OCCURRED_AT:
OCCURRED_AT will sort the issues by the date they occurred at.