Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

cannot be interpreted as item identifiers (UUIDs)

I have a 3rd party integration that processes email into RTC, using the sync rules to create work items. We recently started deploying projects onto new RTC3.0 instances while we prep for upgrade of 2.0 to 3.0.

I now appear to have a problem mapping an external field to the internal field TEAM (Category). Which gives me the following exception.....

java.lang.RuntimeException: The value "WIBBLE" for property "Category" is invalid, because it cannot be interpreted as item identifiers (UUIDs).


This seems to appear when trying to map to WI Categories which are nested? I have other PAs using standard Filed Against and single categories which work fine.

I know that the value WIBBLE is a defeined Work Item Category in the project area, so what I dont know is how that work item category resolves to a UUID?

All I want is to be able to idenfity valid values in the Work Items Categories. Short of writing some code to integrogate RTC, can anyone tell me how I resolve this problem?

0 votes



2 answers

Permanent link
Please see the documentation on defining a mapping for work item categories at

http://publib.boulder.ibm.com/infocenter/clmhelp/v3r0/topic/com.ibm.team.connector.cq.doc/topics/t_edit_synch_rules_for_categories.html

There are multiple ways to map something to a category, but whatever you do has to result in the UUID of a Category object in the RTC database being identified. If you are just trying to map some string value in the external system to the name of a category, you need to use the Work Item Category Transformer. It does the job of finding the Category item by name.

I have a 3rd party integration that processes email into RTC, using the sync rules to create work items. We recently started deploying projects onto new RTC3.0 instances while we prep for upgrade of 2.0 to 3.0.

I now appear to have a problem mapping an external field to the internal field TEAM (Category). Which gives me the following exception.....

java.lang.RuntimeException: The value "WIBBLE" for property "Category" is invalid, because it cannot be interpreted as item identifiers (UUIDs).


This seems to appear when trying to map to WI Categories which are nested? I have other PAs using standard Filed Against and single categories which work fine.

I know that the value WIBBLE is a defeined Work Item Category in the project area, so what I dont know is how that work item category resolves to a UUID?

All I want is to be able to idenfity valid values in the Work Items Categories. Short of writing some code to integrogate RTC, can anyone tell me how I resolve this problem?

0 votes


Permanent link
Thanks john,

I forgot to use the Work Item Category Transformer!!!

What a muppet!

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 11,079

Question asked: Apr 11 '11, 8:40 a.m.

Question was seen: 7,774 times

Last updated: Apr 11 '11, 8:40 a.m.

Confirmation Cancel Confirm