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

recovering from incorrect attribute definition, help

about a year ago, we created a custom attribute on the defect workitem, and I created some custom code to create a lightweight integration with another system until the Email template support comes (now available in 4.0)..

but when we created the variable, the author picked Large String datatype.. unfortunately using Large constrains a lot of useful query options.. can't easily do contains, or equals, or...

a use case we want.. find all the defects where the custom field is not null.
find all the defects where the customer field contents is 'xyz',
report on all the defects that have the field set (this field contains the support system ticket number)
so we can do math on how many defects are customer sourced vs development sourced..

BUT.. there is no easy way to change an existing field type.. I say easy, cause I think I have a round about way to actually define and use a different field..  but the query code still uses the original field definition, and won't allow query on the new (same id as old) field. so after all the work, we don't actually have any improvement

my production team are nervous about changing the code I wrote, when we are just a few months away from  V4.0. so I don't think I can change to another field name/id under the covers..

is there any known way to get the query editor to not use the old LARGE field definition (stored with the old data field in the database), and use the new Medium one instead?

thanks for any pointers

Sam

0 votes



One answer

Permanent link
never mind.. we've decided to move on, change the code.

Sam

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

Question asked: Aug 04 '12, 9:11 p.m.

Question was seen: 4,525 times

Last updated: Aug 06 '12, 2:01 p.m.

Confirmation Cancel Confirm