So with the new 1.1 version we got a description field.
Problem is that i have previously made my own description field in a folder called bugs. It´s a multiline Text attribute.
But know i wan´t to MOVE that text and put it in the new "Description" field of each issue. I really don´t wan´t to move that manually...it will take HOURS/DAYS.
So any SQL savy folks here?
Also wondering about an attribute that will auto increment a number. Is that possible to do?
- Log in to post comments
Look at the addDescription method of System_Api_IssueManager to see what queries are used to add a description. You will probably need to do it in some kind of loop for each issue.
Why do you need an auto-incremented attribute? Just use the issue ID.
Regards,
Michał
Thx. However, did it manually...only took 1-2 hours :-)
Yes, the ID increments....but not with 1. It may be 5 then 16 and so on (from what i can understand).
That's correct, the ID is also shared by comments and other changes, but it's unique and you can easily find an issue based on its ID.
Regards,
Michał