It's all about the answers!

Ask a question

How to get IWorkItemCommon as a service?


K Shymanski (263) | asked Nov 24 '08, 12:32 p.m.
I'm using an AbstractService for some followup functionality and need to get IWorkItemCommon to do some work. The javadoc on IWorkItemCommon says it can be used as a service:

* The work item library provides access to work item specific artifacts. On the client it
* can be obtained as a client library, on the server as a service.

Anyone know the implementation details for getting the service?

Thanks

One answer



permanent link
K Shymanski (263) | answered Nov 24 '08, 3:40 p.m.
Dug around through the API some more, found how to do this:

IWorkItemServer workItemServer = getService(IWorkItemServer.class);

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.