Hi Jira community,
How to change RAAA-12 to RAAA-000001
I want to change the auto increment number format
Could you help me please
Thank you
You could try this, How to Change the Starting Issue Key Number in JIRA. Just make sure you test it first in a dev environment before doing it in production.
ok thank for the answer but I just have a production environnement.
So sad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no way to do this. The sequence number is a number, not a string, you can't pad it with 0s.
Even if you hacked the core of Jira to persuade it to pad it with leading 0s, the whole thing treats the sequence as a number, and you would need to add code to convert back and forth between number and string in a huge number of places.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.