Hello,
When creating an issue, I need to generate a key picking element by element from different drop down menus and at the end, to generate an auto increment number, all that concatenated should give me that famous key, for example: E1 + E2 + E3 + 001(autoincrement), how can I do that, please?
Many thanks!
If you do decide to do this with a script, you will need to think of several things.
Field A + Field B + Field C is fine, but your autoincrement will need a place to store "last used" and you'll need to think about how it handles when a couple of people create an issue very close together.
And bear in mind the string is irrelevant to Jira and the people using it - they will be thinking in Jira keys because that's what they can search on, or jump to immediately.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.