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.




IssueEN.IssueHistory not returning history information

api

Gemini Version: v3.6.0 Beta 2 Build 2526

I am attempting to retrieve the history of an issue.  I have successfully retrieved the issue information via ServiceManager.IssuesService.GetIssue into a populated IssueEN object.

When I inspect the IssueHistory property, I am expecting to see a collection of IssueExtraEN objects, but nothing is returned.  I'm also assuming that this method (IssueHistory) should return information that is displayed on the History tab when viewing an issue from ViewIssue.aspx within Gemini.  If this is an incorrect assumption, how do you retrieve the issue's history?

I look forward to any insight anyone can provide.

Cheers.

 

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

That is by design. You need to call GetIssueHistory(issueId) on the issues service.


Saar Cohen
· 5000
Saar Cohen