RTC Plugin Extension - Capture customized attributes value
Hi,
I am working on RTC Plugin extension project as a java developer, in which my RTC developer has created custom story which has custom checkbox. I want to read the value of this attribute in Java, so if checkbox is checked then create a form. Can you please help me what should be there in process configuration source file for that attribute and how I can read that attribute in java. I am able to create sub story from main story but now I need to add some more features.
One answer
This shows the API how to access attributes and other data in work items: https://rsjazz.wordpress.com/2013/01/02/working-with-work-item-attributes/ it also shows how to get all custom attributes.
Custom attributes work exactly like built in attributes. You need the ID to get the attribute to get the attribute value.
PS: the attribute ID can be found in the WEB administration UI. DON'T USE the external ID's you find in the Eclipse admin UI.