need to created auto-increment field when a new issue of the same issue type is created. So that it acts like a unique code for a particular issue type.
This requires code, and it's not simple. Also, I can't quite describe what the code will need to do because I am not sure exactly what you are trying to achieve.
I understand "counter by issue type", but I have a couple of other questions:
Currently we have IT project which contains different issue type like incident, service request, problem and Software Enhancement. We want to have separate sequence number for the issue type software enhancement alone. So that when we move development task through change management system we have proper sequenced task id rather than issue key number.
More over the sequence number in change management system is of length 5 (i.e., maximum it could go up to 99999) already our issue key number has reached around 50,000 in 1 year time though hardly we could have done only 600 to 700 development tasks.
In case if we have separate field to have unique number for development task. we can use that number as our task id.
For your information right now we are using Issue key number as task id for all the development task.
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.