I am searching for Server Side API to get selected PlannedFor attribute value ?
I creating a serverside component for which I need to pass planned for Attribute to the third party integration. Is there way to get selected planned for attribute value using Serverside API ?
|
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Nov 02 '12, 5:24 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see http://rsjazz.wordpress.com/2012/10/05/handling-iterations-automation-for-the-planned-for-attribute/ . Please be aware that the code in the post currently uses getName() to get the ID. If no name isset you get null. Consider using getLabel() instead.
It is similar on client and server. You need to get the work item and then you can access the attribute e.g. using getTarget(). |
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.