It's all about the answers!

Ask a question

Online status and location info


Marcelo Alvim (6) | asked Nov 27 '07, 6:43 a.m.
Hi,

I am developing a visualization for Jazz data, and I'd like to know if there is currently a service I could query about online presence and location information.

I currently use com.ibm.team.workitem.common.internal.rest.IQueryRestService to get the tickets returned by a specific custom Query. I'd like to also get information on who's online or offline (I guess that could come from the Jazz server). Another bit of information I could use is location. Is there any service I could query, or actually any way to know where (in which office, address, anything) a person is?

Thanks,
Marcelo Alvim
University of California, Irvine

One answer



permanent link
Tobias Widmer (3211) | answered Dec 04 '07, 5:18 a.m.
malvim schrieb:
Hi,

I am developing a visualization for Jazz data, and I'd like to know if
there is currently a service I could query about online presence and
location information.

I currently use
com.ibm.team.workitem.common.internal.rest.IQueryRestService to get
the tickets returned by a specific custom Query. I'd like to also get
information on who's online or offline (I guess that could come from
the Jazz server). Another bit of information I could use is location.
Is there any service I could query, or actually any way to know where
(in which office, address, anything) a person is?

Thanks,
Marcelo Alvim
University of California, Irvine


Hi Marcelo,

Online presence is a client concept, since you can log in using multiple
clients, rich clients and Web UIs.

You can use CollaborationCore#getCollaborationService() to get an
instance of the client collaboration service. It offers methods to get
the online presence of Jazz users.

Cheers,
Tobias

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.