How to set value to custom attribute.
![]()
Hi all,
I want to set value to custom attribute "count" whose attribute type is integer for defect type of work item using API. I added custom attribute named "count" to defect type of work item using process configuration tab of project area. Process configuration-->Project Configuration-->Configuration Data-->Work Items--> Types and attributes. I want to set its value to some hard coded value say 1, programmatically using API. For this, should I access project area first then work item and then attribute for particular type of work item or I can directly set value to required custom attribute.? Please tell me a way to do this Thank You |
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jun 30 '15, 3:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see these posts: Understanding and Using the RTC Java Client API and Working with Work Item Attributes for how to do that.
|