How do I get the "Planned for" attribute from a Wo
How do I get the "
Plus: I also wanna get the "create date" and "deadline" from plan. Should I use IWorkItem or WorkItemImpl or sth else ??? |
One answer
For Planned For, this is working for me: repository = TeamPlatform.getTeamRepositoryService().getTeamRepository(uri); IItemManager itm = repository.itemManager(); IIteration contributor = (IIteration) itm.fetchCompleteItem(origWorkItem.getTarget(), IItemManager.DEFAULT, null);
|
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.