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.




Submitting Issues

web-app

would I be correct in saying that when you submit the issue (via SM.IssueServices.CreateIssue(MyIssue)) that the MyIssue does not get populated with the new values (such as the Newly created issueID), project code (not projectID) etc. thus after createing the issue, would need to do a get issue on the integer value returned from the createIssue (which i assume is the new issueid?)

Any reason the IssueEN object is not updated with the full issue details?

PS since the issueID is unque accross all projects, why do we need to submit a project ID for GetIssue()?
- i implemented the getIssue() method, but IssueEN.ProjCode is still blank, is this a bug, or will i have to load the project info seperately as well?   

Ta

Simon@MailboxPro
· 1
Simon@MailboxPro
Replies (1)
helpful
0
not helpful

Yes, you need to get the issue entity back to get it fully populated. Feel free to submit a request to return the populated issue entity after the creation is done instead of the ID.

You have to pass project id for security reasons. I am not sure how you are using GetIssue, but it seems to work fine for us. Did you see the WSE web services sample app?

 


Saar Cohen
· 5000
Saar Cohen