Change next issue number?
Added by Alex Alex over 14 years ago
Hello!
I need to change future issues numbers to 1XXX from current 1XX. Is it possible to change it in Redmine and how?
Thanks, Alex.
Replies (3)
RE: Change next issue number? - Added by Sven Denkert over 14 years ago
ALTER TABLE issues AUTO_INCREMENT = 1000
at database (sample with phpmyadmin) should work
RE: Change next issue number? - Added by Jacky Leung over 14 years ago
out of curious, why would you want to change the ticket number?
RE: Change next issue number? - Added by Alex Alex over 14 years ago
Thank you so much! I thought there is any interface tool for that action.
I need to change current issue number for existing issues (with numbers) which should be moved here from another bug tracking system.