in RTC API: What is the class/method/parameters should use to reset the "planned for" field to "Unassigned"
3 answers
Have you considered to read the value for a work item that has no assigned iteration? If you want to use the API looking at the data the API reads is absolutely crucial to learn how to set values.
I looked at a work item that has the "Planned for" attribute set to unassigned and the value that is stored is null.
I looked at a work item that has the "Planned for" attribute set to unassigned and the value that is stored is null.
Comments
I don't think the API will allow you to rest to null
I think I never tried that either. Not sure that I tested this. com.ibm.team.workitem.rcp.ui.internal.ItemSelectionDialog.getIteration(Shell, IProjectAreaHandle, IWorkItem, IIteration) does the selection in the Eclipse client. I just don't have time to debug it right now.