I am searching for Server Side API to get selected PlannedFor attribute value ?
One answer
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().
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().