Creating Plan Items for Iteration Plan
Hi,
I am trying to create the list of all the planned items under a plan. I have got the handle of the plan(which is IIterationPlanRecordHandle) and have created the work items in the repository too. (IWorkItem) Is it possiible to associate these work items to the plan programmatically? Or is it possible to create Plan items programatically? Please provide the code reference if possible. Thank you. Geetu Garg |
3 answers
I am trying to create the list of all the planned items under a plan. Plans are populated by querying work items, therefore you simply need to modify the work items you created to match the plan query. For plans of the type "Iteration Plan", this can be done by setting the "planned for" (com.ibm.team.workitem.attribute.target) and "filed against" (com.ibm.team.workitem.attribute.category) to the respective values. -- MikeS Jazz Agile Planning team |
Hi, |
could you tell me how to get IIterationPlanRecordHandle? I want to The items on a plan are determined by a query for work items. So you don't need the planning API to populate the plan, but you can just create work items with the matching Filed Against and Planned For fields. -- Regards, Patrick Jazz Work Item Team |
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.