JIRA v6.2.4 comes with 6 Resolutions:
Long ago, I added two additional resolutions and JIRA numbered them 10100 and 10101. Some time later, I added four more, and JIRA numbered them 10200, 10201, 10202, and 10203. I just added 11 more, and JIRA numbered them 10300, 10301, ..., 10310.
What event causes JIRA to skip to the next batch of 100?
The reason I ask is that we have to hardcode the Resolution IDs in the jira.field.resolution.include
property of the workflow transitions , and I have a new instance of JIRA and I don't want to redo all the properties in my workflows if I can avoid it. I'd rather enter two resolutions (10100, 10101), <do something to make JIRA jump to the next batch>, enter the next four resolutions, <do whatever it is again>, and then enter the remaining 11 resolutions.
What causes JIRA to start a new batch of Resolution IDs?
I think JIRA has its own id generator. And you might be able to find the next id in SEQUENCE_VALUE_ITEM table. Not sure what are the rules though.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.