It's all about the answers!

Ask a question

How many hours is the teamRepository timeout ?


Kodac Hasubo (367) | asked Apr 14 '22, 2:49 a.m.
edited Apr 14 '22, 2:50 a.m.

 If I log in to teamRepository,


how many hours will I be automatically logged out with a timeout if I don't log out?


-----------TeamRepository Login---------------
ITeamRepository teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(::::::::::::::::::::::::::::::::::::::::);

teamRepository.login(null);

Accepted answer


permanent link
Ralph Schoon (63.3k33646) | answered Apr 14 '22, 3:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 I am not aware of a timeout and have never seen one. My expectation would be that, in case the server drops the connection, the TeamPlatform would cache the credentials and reattempt to login. The TeamPlatform is used by the EWM Eclipse client and I can not remember being aware of logouts or re-logins on a user level.

Kodac Hasubo selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.