RTC 6.2: Setting work item attribute value from web services
One answer
This does not make sense to me. If you want to set a value of a work item from a web service, you would have to implement the write operation in said web service. You would use the RTC Client API or preferably the CM OSLC API to do that.
A follow up action will only be able to set information on work item save.
Comments
Hi Ralap,
Even i am also not clear why they want it for. but requirement is slightly different now than the actual question.
They don't want it on save but when user click on a "Tab" which contains these attributes, call the web service to to set the value for attributes in the Tab.
can we invoke the server plugin/OSLC service to set the value of the attributes every time user click on the work item "Tab" in Web Client?. Is there any way to get it resolved by Java Script/Dojo?