IAttachment Details can be displayed in workItems window programatically?
![](http://jazz.net/_images/myphoto/573a47b8f65b728750c106205f7ddeef.jpg)
Hi All,
I want to display current work ticket's attachment details like - Name, type of file, size of file, attachment created by, attachment Creation date in work Item's window programatically. but I dont find any API to achieve that.
There are couple of APIs like
WorkItemUI.showWorkItems() or QueriesUI.showQueryResults() but these will accept List of worktickets or query results as parameters.
One answer
![](http://jazz.net/_images/myphoto/573a47b8f65b728750c106205f7ddeef.jpg)
You would have to create a Custom Attribute Presentation.
Comments
![](http://jazz.net/_images/myphoto/573a47b8f65b728750c106205f7ddeef.jpg)
Thanks Ralph for quick reply. I think I have seen this attribute customization It talks about customizing workItem UI and query editor but not "work Items" window. I want to show all attachment details in "work Items" window which shows query results in RTC eclipse client.
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
OK, for queries there is no way I am aware of to extend that. You can create views in the Eclipse client, but I don't think there is any way to customize the web ui that way.