javascript get workitem title value problem
I want to try get title value, but input ex 'test &&'
but will get value 'test &&';
getValue: function(attribute, workItem, configuration) {
return workItem.getValue(WorkItemAttributes.SUMMARY)
}
try get customer attribute value will not convert
value 'test &&'
how can get not convert title value?