Updating Contributor List attribute using Script-based Default or Calculated Value provider
Hi,
I would like to update a custom Owners attribute (of type Contributor List) to take the initial value from the "Owned By" value. I tried using the following code. However, it doesn't seem to work. getValueSet: function(attribute, workItem, configuration) { var ownedBy = workItem.getValue(WorkItemAttributes.OWNER);} |
Be the first one to answer this question!
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.
Comments
You may have to do some debugging and see if it is the same problem described in this post.