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

[closed] retrieve category[team area] using javascript

 Hi All,
            I am trying to retrieve "Work Item Category" value using javascript. could you guide me on the workitem.getvalue method for this attribute? I am getting dojo loader errors for the following trial (no specific error):

var tags= workItem.getValue(WorkItemAttributes.category)
(OR)
var tags1= workItem.getValue(WorkItemAttributes.WORK_ITEM_CATEGORY)  

Thanks.

0 votes


The question has been closed for the following reason: "Other" by valli Jun 05 '13, 10:37 p.m.


One answer

Permanent link
Ref: https://jazz.net/wiki/bin/view/Main/AttributeCustomization
You may want to try the following syntax:
     var tags1= workItem.getValue(<your attribute ID>)  

0 votes

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
× 6,126

Question asked: Jun 05 '13, 10:21 a.m.

Question was seen: 4,745 times

Last updated: Jun 05 '13, 10:37 p.m.

Confirmation Cancel Confirm