Project key, is it possible to delete it ? so I can reuse it with project

Viktor Mo May 1, 2015

Thanks

V

1 answer

0 votes
teilor_soares
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 1, 2015

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

Suggest an answer

Log in or Sign up to answer