Online status and location info
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
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
malvim schrieb:
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
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