WorkItemUI. showWorkItems() can have customized columns in RTC results
One answer
none of that is documented, so I doubt anyone can help. As I've worked thru many of the internal classes, they were not designed to be general purpose.
Comments
Thanks Sam, surprised to hear that there is no API method with that I can display the query result in work Items window with my own columns set in query
one more issue I found is - this API WorkItemUI. showWorkItems() shows result with "Created by" column 2 times.
This "API" was designed to be able to code the product and not to be an easy to consume API for users. So your expectations are probably too high. It is obviously possible to display queries with a defined set of columns,. However how the RTC Eclipse SDK does this remains to be discovered. The method above does not seem to be able to pass the columns to display.