[closed] How to get value of attributes of workitem using Plain Java API ?
shweta ranaware (37●1●10●53)
| asked Nov 09 '15, 6:17 a.m.
closed Nov 09 '15, 7:34 a.m. by Ralph Schoon (63.5k●3●36●46)
Hi All ,
I want to access all values of attribute type team area,Enumeration,Project area,Timestamp ,duration etc .. depending upon user choice .
Means if user want to access the 3 attributes value of particular WI for example created date, created by ,tags
then values of these attributes should be displayed on console.
so My problem is how to access that attributes values depending on User Choice. I have code for accessing the values of all attributes which are in WI . but i want to fetch the attribute value of user choice not all .
|