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

Plug-in not installed. Need to change the Filed Against

import com.ibm.team.repository.client.IItemManager;
import com.ibm.team.repository.client.ITeamRepository;

IItemManager itm = teamRepository.itemManager();
//get existing category value.
ICategory category = (ICategory) itm.fetchCompleteItem(parentWorkItem.getCategory(), IItemManager.DEFAULT, monitor);
System.out.println("This is category: " + category.getName());

when I use above import statements, the plugin itself is not deployed on the server. It is giving this message

State
CopyAttributeValuesToChildWI (Operation Advisor) completed successfully.
what could be the probelm.
And I neednot change complete category list to new list of values, but I need to change the selected value against Filed Against field before saving workitem.
Please suggest me on this issue.
Regards,

0 votes



One answer

Permanent link
Radhika,

it would appear you are using client side API, but trying to deploy to server. You need to change your code to use server side API. Please find examples in http://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/

If this answers your question please mark it as accepted.

- Arne

0 votes

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,941

Question asked: Nov 08 '11, 1:03 a.m.

Question was seen: 4,597 times

Last updated: Aug 18 '14, 10:54 a.m.

Confirmation Cancel Confirm