How to rest Issue number to 0?

Bala Krishna October 29, 2012

Hi,

For the test and understand purpose we started creating sample issues in the project. later on we removed them. but the number series is incrementing from latest issues.

we want to rest that index to 0. How can i do that?

-Bala

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 30, 2012

Er, there's a far more easy and simple way to do it, without support.

Write down your project settings (schemes)

Delete the project

Add the project again and set all the schemes again.

Bala Krishna October 30, 2012

yeah we can do that. if support is taking long time then will do same.

1 vote
LucasA
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.
October 29, 2012

Hi Bala,

This is easy to set:

  1. Stop JIRA
  2. Perform a database backup;
  3. Run the following SQL statement:
    update project set pcounter = '0' where pkey = 'YOURPROJECTKEY';
  4. Start JIRA once again and try to create a new issue.

Best regards,
Lucas Timm

LucasA
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.
October 29, 2012

Oh, my apologies.

Only after sending my last comment I noticed that you're running JIRA OnDemand. The steps that I provided you also works for OnDemand, but you will need to rise an issue in support.atlassian.com and ask for the support engineers to perform it for you.

Best regards,
Lucas Timm

Bala Krishna October 30, 2012

Thanks Lucas, will do

Suggest an answer

Log in or Sign up to answer