Export work item category and Planned For values to CSV
We have CLM 602 Environment with multiple project areas with huge number of category and Planned for values.
Client requested to all planned for and category values. By taking manually it very difficult might be chances to miss it.
Is there any possibility to export the values to CSV or some other format.
Could you please help me on the same and
2 answers
Your question seems to be missing parts of the sentence and does no make so much sense.
There is no export of this data I would be aware of. You could use the API to export the data. For categories it is
com.ibm.team.workitem.common.IWorkItemCommon with several methods.
IWorkItemCommon.findCategories(IProjectAreaHandle, ItemProfile<ICategory>, IProgressMonitor)
For iterations look at https://rsjazz.wordpress.com/2012/10/05/handling-iterations-automation-for-the-planned-for-attribute/ .
There is no export of this data I would be aware of. You could use the API to export the data. For categories it is
com.ibm.team.workitem.common.IWorkItemCommon with several methods.
IWorkItemCommon.findCategories(IProjectAreaHandle, ItemProfile<ICategory>, IProgressMonitor)
For iterations look at https://rsjazz.wordpress.com/2012/10/05/handling-iterations-automation-for-the-planned-for-attribute/ .