Setting a custom attribute's value (server side)
Hi all
I'm currently trying to set the value of a custom attribute programmaticaly, in a server side plugin. I got the IAttribute object, and in the API I found all sort of "get..." methods, even a getValue(...), but no setValue(...). Anyone knows how to do this ? Thanks |
One answer
Ok, my bad, it is not done through the IAttribute object but from the workitem, which is logic... (setValue() method in IWorkItem class)
|
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.