writing to string attribute of a work item
Hi,
I want to write an information (system date) in a custom attribute of a work item. Can you provide a java API example for this? The attribute I will use is string attribute. Thank you, |
One answer
Hi, The general pattern for setting attributes is: workItem.setValue(IAttribute attribute, Object value) where the attribute is retrieved using IAttribute attribute= workItemClient.findAttribute(workItem.getProjectArea(), "your attribute id", monitor); |
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.