It's all about the answers!

Ask a question

javascript get workitem title value problem


faith chen (115) | asked Jun 06 '19, 4:56 a.m.


I want to try  get title value, but input ex 'test &&' 
but will get value 'test &&amp';

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?

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Jun 06 '19, 8:26 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Jun 06 '19, 8:28 a.m.

 This is a known limitation. As far as I know you can not return HTML in the JavaScript attribute customization, the tags will be converted.

Your answer


Register or to post 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.