Not really without a lot of trouble. The only scenario this would work would be if you delete all issues from the project and update the key counter to start from 1 again directly in the database, with a update like the one below:
UPDATE project SET pcounter = 0 WHERE pkey = 'PROJ-KEY';
But if you just want to re-use some of the keys without deleting all the issues in the project, I would say is not possible.
Cheers!
Teilor
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.