sub iteration and respective plans are missing
Hi All,
In our project area we have structure of Iteration and sub iterations.
For each Iteration we create one product Backlog plan and for sub Iteration we create Spring Backlog plan. Suddenly all sub iteration and sub plans are missing in project area. But when I create query with lost "planned for" values, I got all work tickets.
When I look into those work items it shows "lost Planned for" value. When I create new work item then also shows in pull down list. When I click on "more" option in "Planned for" attribute window doesnt show those lost values.
Please let me know those plans and Iterations deleted ?
I checked in archived iteration those are not present.
Are these lost Iteration and plans are moved to some hidden backlog
Thanks,
Kavita
2 answers
Let's try the following URL and see if it gives some more information about the missing iterations.
https://<server:port>/<ccm_context>/rpt/repository/foundation?fields=foundation/iteration[name='<iteration_name>']/%28itemId|modified|name|id|archived|startDate|endDate|hasDeliverable|modifiedBy/userId|parent/%28itemId|modified|modifiedBy/userId|name|id|archived%29%29&size=500
where, <server:port> is the your CCM's server:port
<ccm_context> is the CCM's context root (for example, /ccm)
<iteration_name> is the name of missing iterations. This is case-sensitive.
Comments
I tried with above mentioned link not able to form link. But with BIRT Report Design tool I am able to fetch data, found some mismatch in snapshot data.
common Snapshot-->Iteration(Table) I found all missing sub Iterations are present.
LiveSnapshot --> com.ibm.team.process.DevelopmentLine -->I can see all main iterations.
But When I use WorkItem Snapshot for fetching work items it doesnt show latest data.
LiveworkItem snapshot -->com.ibm.team.workitem.WorkItem --> shows Work Item No: 19314
work item snapshot --> LIVE_WORKITEM_CNT -->shows Work Item No: 6193
work item snapshot --> WORKITEMS --> shows Work Item No: 19194
For all these I used project area as parameter and no other filter/parameter.
Is our problem because of mismatch of data in snapshot? How the project area pulls data ? Is there IBM has intrenal Iteration(backlog) that stores few work items depending of few action/ field value?
Thanks,
Kavita