Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Change auto number for project

Aurelie Geoffroy July 16, 2019

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

2 answers

1 accepted

0 votes
Answer accepted
Mikael Sandberg
Community Champion
July 16, 2019

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.

Aurelie Geoffroy July 16, 2019

ok thank for the answer but I just have a production environnement.

So sad

1 vote
Nic Brough -Adaptavist-
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.
July 17, 2019

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.

Aurelie Geoffroy July 18, 2019

Thank I ll do nothing 

Suggest an answer

Log in or Sign up to answer