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.




Problems with Gemini Services and IssueFilter

web-app

Problems with Gemini Services after updating Gemini from 2.2 to 3.0.4

After update to 3.0.4 issuefilters seem to work differently than before.

Before the update I created a ServiceManager with one user (a service user u might call it), but in the issuefilter i specify another userid to list issues. This does'nt seem to work anymore and I can' t find a workaround...please help, my companies timetracking stands still until this is fixed.

ex (not complete).

'Getting a ServiceManager
Dim SerMan As New ServiceManager(AppConfig.GeminiURL)
SerMan.SetAuthenticationTokenOnAllServices(userName, password)
Return SerMan

'Getting issues
'....
Dim ctx As HttpContext = HttpContext.Current
filter.UserID = SerMan.AuthorisationServices.GetGeminiUserByName(ctx.User.Identity.Name).UserID
'...

MirrorCrille
· 1
MirrorCrille
Replies (3)
helpful
0
not helpful

Yes, we have change this for security reasons.

Why does it causes you a problem? Do you not get issues back? if so make your user admin, so it can "see" all. Then in your filter filter for the issues for the requesting user.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

The user i'm using is already admin...still the issues wont show unless this user is on each projects security scheme. Is it a configuration problem or what?


MirrorCrille
· 1
MirrorCrille
helpful
0
not helpful

Yes, you have to give that user full access on all projects.


Saar Cohen
· 5000
Saar Cohen