It's all about the answers!

Ask a question

Write a query to populate a string list attribute.


Felipe Hernandez (3031116) | asked Apr 30 '13, 7:43 p.m.
 In CCM I've added a new attribute to the Defect work item as a string list and I would like to fill it with live data pulled from a table or any other source, can this be done, and if is possible how can be done?

Regards,
Felipe A. Hernandez.

2 answers



permanent link
Kot T. (1.5k11219) | answered May 03 '13, 12:39 p.m.
JAZZ DEVELOPER
You can look into the following options:

1. Edit multiple work items. Use this function to bulk update the work items.
==> http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.team.workitem.doc%2Ftopics%2Ft_modifying_multiple_work_items_web.html
2. Export/Import to csv file.
==> http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.team.concert.dotnet.doc%2Ftopics%2Ft_export_wi.html
==> http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/index.jsp?topic=%2Fcom.ibm.team.workitem.doc%2Ftopics%2Ft_importing_work_items_csv_file.html

Comments
Joe Lynch commented Feb 26 '14, 12:37 p.m.

I sure wish this export/import option was available in RM.  Do you know if it is?


permanent link
Felipe Hernandez (3031116) | answered May 03 '13, 1:02 p.m.
 Thanks Kot Tontranakwong.

But my question is more about how to populate the attribute field with custom values pulled from an external source.

For example have a custom attribute named ID which will be populated with the value of an id in another system and the values are brought to CCM through a query or another option.

Regards,
Felipe.

Your answer


Register or to post your answer.