Is there a way to advance the JIRA issue # so that the next issue # is some user defined # instead of system defaulted in at whatever the next # happens to be for the project? For example, if my next JIRA # will be JIT-37, is there any way I can have the next # start at JIT-1001 instead? I want issues to start at a new point in time so that the #s don't conflict with our legacy ticket system. Thanks.
Three options
Note that only method 3 really works on Cloud - 2 fails because you have no db access, and I'm not sure the scripting/coding option would do it by anything other than automating method 3 some other way.
Guess it's option 3 then if we proceed - we're using Jira on Cloud. I wanted to have a ready answer for our user base just in case they push for a new starting #. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, you can't do that from the UI. This can only be achieved by directly editing some DB entries and any direct tampering with the DB is NOT RECOMMENDED unless you know exactly what you are doing.
With that in mind, if you absolutely have to change your starting issue key number I'd do it in a brand new project. Check out this KB artictle for directions. And naturally, before you start fiddling with your DB make sure you do all the neccessary backups first!
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.