String custom attributes not sortable by col header in web
I have a query with a string custom attribute. I understand that I can't add custom attributes to the predefined sort criteria (ie where clause in underlying SQL) but I thought that this would be sortable by clicking on the column header in the resulting display list in the web UI.
Maybe this works only in the Eclipse UI because it has pulled the full result set back while the web UI is paginated?
Maybe this works only in the Eclipse UI because it has pulled the full result set back while the web UI is paginated?
One answer
I have a query with a string custom attribute. I understand that I
can't add custom attributes to the predefined sort criteria (ie where
clause in underlying SQL) but I thought that this would be sortable by
clicking on the column header in the resulting display list in the web
UI.
Maybe this works only in the Eclipse UI because it has pulled the full
result set back while the web UI is paginated?
Yes, that is correct.
Sorting by custom attributes (on the repository layer) is tracked in
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/65461
This would also solve the Web UI issue.
--
Regards,
Patrick
Jazz Work Item Team