I have a case when I have an existed project with created issues and what I need to do is follows:
My question is, what will happen when I create an issue with ID1 by standard way, then import issue (using import tool from csv) with ID2, and then I will create another issue by standard way that should have ID2 (based on the counter)? Will it override the content of imported issue ID2 or the JIRA is so smart that it will check if there is already an issue with that ID in the system and will use ID3?
Thank you, Miroslav
If you have an issue ID on an import, then JIRA will treat the imported data as an update to the existing issue.
Thank you Nic.
And if it is the other way? I will import the issues and then create an issue by the standard way, but with the original issue id counter , the newly created issue is supposed to have ID which has been already imported from CSV?
What will happen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same answer - you've given it an issue ID, so it's an update to the existing issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually this does not seem to be true. I am doing few tests and when my counter is set to 1 (or when I create a blank project), import the issues from CSV and then create a issue by standard way, JIRA looks for the last (biggest) issue ID and increase it by 1.
So if the biggest ID is 85, when I create new issue, it will have issue ID 86.
The correct answer from the points above, is n. 3.
Though thank you for your time Nic. Appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, that's an oversimplification, and incorrect. But I've left something out of my explanation that would have made it much more clear.
If you give it an existing issue key, it will update that issue. If you give it a non-existent key or a blank value, it will create a new issue with the same logic as the "create issue"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When my counter is set to 1 (or when I create a blank project), import the issues from CSV and then create a issue by standard way, JIRA looks for the last (biggest) issue ID and increase it by 1.
So if the biggest ID is 85, when I create new issue, it will have issue ID 86.
The answer: JIRA will check the last ID and the next created issue will get ID calculated as: last_ID +1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.