Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

javascript get workitem title value problem


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?

0 votes



One answer

Permanent link

 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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Jun 06 '19, 4:56 a.m.

Question was seen: 1,268 times

Last updated: Jun 06 '19, 8:28 a.m.

Confirmation Cancel Confirm