Page 1 of 1

CSV ID Issues..

Posted: 23 Jun 2015, 15:16
by HelloWorld
“Id” stand for Mantis Id correct? which the system automatically adds/changes.
For example: If I put 36 in the space for ID in CSV and upload to mantis, the system automatically changes the ID from 36 to 107(random number).
Is there somehow I can control the ID?

Re: CSV ID Issues..

Posted: 15 Jul 2015, 03:31
by akimeu007
I believe the number is auto-incremented by the database at a table level. Not much control you can have there I don't think... (ie., may break integrity, etc.). I suggest you create a custom field and associate that csv number with the MantisID using this field. At least you have a reference point/relationship. Good luck.

Alex