Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




IssueCommentEN.Attachment collection is empty

api

Gemini Version: v3.6.0 Beta 2 Build 2526

I am tried to display the attachment bound to an issue comment.  The IssueCommentEN.Attachment collection is empty when the issue comment is retrieved from the IssueEN.IssueComments collection.

I am assuming ths IssueCommentEN.Attachment collection is empy by design and we need to use either IssuesService.GetAttachments or IssuesService.GetCommentAttachment to get a comment's attachment.  (See related thread: http://community.countersoft.com/forums/thread/13316.aspx).

Can the IssueCommentEN object be extended to add a new Properties called HasAttachments? This new property, would be set to true when called from the web service and the comment has an attachment.  Since the Attachment collection is empty when called from the issue's details over the web service, by adding this new Properties, when iterating through the IssueEN.IssueComments collection, if HasAttachments is true you can then call IssuesService.GetCommentAttachment only for that comment.

dongertz
· 1
dongertz
Replies (2)
helpful
0
not helpful

Makes sense, feel free to add it to our list: http://gemini.countersoft.com

 


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

dongertz
· 1
dongertz