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

Is it possible to change an RTC work item ID in the back-end database using a SQL Server query?

If it is possible, what CCM table is this data stored in?  Can someone provide a sample query?  Thanks!

0 votes


Accepted answer

Permanent link
It might be possible, but there are no good reasons to attempt.   The ID is updated on each new work item and I would expect that there are constraints that prevent "reusing" the ID so you couldn't change work item #100 to work item #10.  Conversely, if the highest current id is 1000, changing some id to 1024 might break something in the future.
Ralph Schoon selected this answer as the correct answer

1 vote

Comments

This is definitely nothing you should do for many many reasons. You are not supposed to do any operation directly on the databases, unless support suggests to do so. The chance of breaking your database is high and it is also not even possible to access the data directly in many cases.


One other answer

Permanent link
Thanks guys. The plan was to delete an old work item, and replace a newer work item with the old ID. We needed to do this because a multi-select field on the old work item was set to medium size and running out of string bytes. I did a quick search of the CCM database and was unable to find the data I was looking for.

We are going with a different solution that does not involve changing back-end data. Thanks again!

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
× 37

Question asked: Jul 13 '16, 2:59 p.m.

Question was seen: 5,048 times

Last updated: Jul 14 '16, 11:46 a.m.

Confirmation Cancel Confirm