in RTC API: What is the class/method/parameters should use to reset the "planned for" field to "Unassigned"
In RTC 5.0.2 API Precisely, as soon as the "planned for" field has been set to a particular release, there is no apparent way to set it back to "Unassigned".
The question is : What is the class/method/parameters, should use to reset the "planned for" field to "Unassigned" on a workitem ? |
3 answers
Ralph Schoon (63.5k●3●36●46)
| answered Mar 29 '16, 5:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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. Comments
sam detweiler
commented Mar 29 '16, 9:45 a.m.
I don't think the API will allow you to rest to null
Ralph Schoon
commented Mar 29 '16, 10:25 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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.
|
Its reported as a defect, please find the link below.
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=328579 |
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.