Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to get the workitem type programmatically?

Hi team
i am working on RTC client.

how can i fetch the workitem type programmatically ?

0 votes



One answer

Permanent link

IWorkItemCommon workItemCommon (IWorkItemCommon) teamrepository.getClientLibrary(
IWorkItemCommon.class);
 IWorkItemType wiType = workItemCommon.findWorkItemType(
workItem.getProjectArea(), workItem.getWorkItemType(), monitor);

0 votes

Comments

 There are many examples and links to this kind of stuff in this blog: https://rsjazz.wordpress.com/

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Jun 19 '15, 8:26 a.m.

Question was seen: 2,601 times

Last updated: Jun 19 '15, 8:52 a.m.

Confirmation Cancel Confirm