Good day,
I am trying to find a way to sort requirements based on a custom field.
I have been successfull "by appending “Sort<property>” to the end of the list keyword, where <property> indicates which property the element should be sorted on. For example: $tableUseCasesSortID, $repeatActorsSortName", however I can not control ascending vs. descending.
It appears to only sort ascending. Am I missing something?
Thanks.