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.




"Project IDs are different!" Error Calling GetIssue

web-app

With Gemini 3.1.1, when we call the GetIssue method we get the error "Project IDs are different!". Any idea how to solve this? It even happens with the sample application when highlighting an issue and clicking view issue button.

Thanks, Krip

Krip
· 1
Krip
Replies (4)
helpful
0
not helpful

Are you sure that you are retrieving an issue for that project?

I have just re-tested the SDK sample and it works fine for me, did you enter an issue id?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Ah good point. I forgot how the sample works (thought it looked at selected row in grid above). Yes, if I enter an issue id it works fine.

So any ideas why my code is failing? What does that error mean? The project id and issue id I pass in are correct and correspond.


Krip
· 1
Krip
helpful
0
not helpful

The only time this will happen is when the issue id does not belong to the project id.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Found my problem. I was passing in the arguments in the wrong order. Thanks for your prompt help.


Krip
· 1
Krip