TopicsSortOrder value object

An end user can sort the topic, topic template, work team, or action field values. Your application sets the TopicsServiceContext.sortOrder field with a list of fields to sort and whether to sort each field in ascending or descending order. If the order is not specified, the default is ascending order.

Set the fieldName to the name of the topic, topic template, work team or action field to sort on.

Set the sorting order field to SORT_ ASC or SORT_DESC.

Set the fieldType to STRING for a case insensitive sort of string values. This object is used by the getFieldValues task. The field types are:

STRING, DATE, INTEGER, LONG, PROJECT, STATE, ACTION_TYPE

The field orders are: SORT_ASC, SORT_DESC

TopicsSortOrder JSON


{
        “fieldname” : “string”,
  	“fieldType” : “string”,
  	“order” : “string”
}
    ]
}