issuesSort

Examples

input IssuesSort {
  fields: [IssueSortByFields]
  order: [Direction]
}

Fields

Field
Description
Supported fields

List of fields to sort issues by. Defaults to sorting by Severity

Sort order for each field in the fields list. Defaults to descending order

References

Fields with this object:

Last updated